/* Webfont: Aller-light */
@font-face {
  font-family: 'Aller-Light';
  src:url('./Aller-Light.ttf.woff') format('woff'),
    url('./Aller-Light.ttf.svg#Aller-Light') format('svg'),
    url('./Aller-Light.ttf.eot'),
    url('./Aller-Light.ttf.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

/* Webfont: Lato-Regular */
@font-face {
  font-family: 'Lato';
  src: url('./Lato-Regular.eot'); /* IE9 Compat Modes */
  src: url('./Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
    url('./Lato-Regular.woff') format('woff'), /* Modern Browsers */
    url('./Lato-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
