/*!
	Lato font.
*/
@font-face {
  font-family: Lato;
  font-weight: 100;
  font-style: normal;
  display: swap;

  src: url(./fonts/Lato-Thin.ttf) format('ttf');
}
@font-face {
  font-family: Lato;
  font-weight: 300;
  font-style: normal;
  display: swap;
  src: url(./fonts/Lato-Light.ttf) format('ttf'),
    url(./fonts/Lato-Light.woff2) format('woff2');
}
@font-face {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  display: swap;
  src: url(./fonts/Lato-Regular.ttf) format('ttf'),
    url(./fonts/Lato-Regular.woff2) format('woff2');
}
@font-face {
  font-family: Lato;
  font-weight: 700;
  font-style: normal;
  display: swap;
  src: url(./fonts/Lato-Bold.ttf) format('ttf'),
    url(./fonts/Lato-Bold.woff2) format('woff2');
}
