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

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

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

