/*
https://google-webfonts-helper.herokuapp.com
*/
/* lato */
@font-face {
  font-family: 'lato';
  font-style: normal;
  font-weight: lighter;
  font-display: swap;
  src: url('Lato-Light.ttf');
}
@font-face {
  font-family: 'lato';
  font-style: italic;
  font-weight: lighter;
  font-display: swap;
  src: url('Lato-LightItalic.ttf');
}
@font-face {
  font-family: 'lato';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url('Lato-Regular.ttf');
}
@font-face {
  font-family: 'lato';
  font-style: italic;
  font-weight: normal;
  font-display: swap;
  src: url('Lato-Italic.ttf');
}
@font-face {
  font-family: 'lato';
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url('Lato-Bold.ttf');
}
@font-face {
  font-family: 'lato';
  font-style: italic;
  font-weight: bold;
  font-display: swap;
  src: url('Lato-BoldItalic.ttf');
}