/* Font Theme defines font-family, font-sizes, letter-spacing, font-weights, text-transform... */
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/Lato/fonts/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../../fonts/Lato/fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/Lato/fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/Lato/fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/Lato/fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/Lato/fonts/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* anton-regular - latin */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/Anton/fonts/anton-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Anton Regular'), local('Anton-Regular'),
       url('../../fonts/Anton/fonts/anton-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/Anton/fonts/anton-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/Anton/fonts/anton-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/Anton/fonts/anton-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/Anton/fonts/anton-v10-latin-regular.svg#Anton') format('svg'); /* Legacy iOS */
}


html {
  font-family: 'Lato','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
  letter-spacing: 0;
}

/* Headlines */
.uk-h1, h1, .uk-h2, h2, .uk-h3, h3, .uk-h4, h4, .uk-h5, h5, .uk-h6, h6,
.uk-text-lead{
	  font-family: 'Anton',sans-serif;
}

