/* Webfont: LatoLatin-Hairline */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url('./files/lato-100.woff2') format('woff2'), url('./files/lato-100.woff') format('woff');
  text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Light */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('./files/lato-300.woff2') format('woff2'), url('./files/lato-300.woff') format('woff');
  text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Regular */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('./files/lato-400.woff2') format('woff2'), url('./files/lato-400.woff') format('woff');
  text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Bold */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('./files/lato-700.woff2') format('woff2'), url('./files/lato-700.woff') format('woff');
  text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Black */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('./files/lato-900.woff2') format('woff2'), url('./files/lato-900.woff') format('woff');
  text-rendering: optimizeLegibility;
}
