/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-weight: 300;
  src: url('Lato-Light.ttf') format('truetype');
}
 
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-weight: 400;
   src: url('Lato-Regular.ttf') format('truetype');
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
   src: url('Lato-Italic.ttf') format('truetype');
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-weight: 700;
   src: url('Lato-Bold.ttf') format('truetype');
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
   src: url('Lato-Italic.ttf') format('truetype');
}