@font-face {
   font-family: 'Lato';
   src: url('Lato/Lato-Regular.ttf');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'Lato';
   src: url('Lato/Lato-Italic.ttf');
   font-weight: normal;
   font-style: italic;
}

@font-face {
   font-family: 'Lato';
   src: url('Lato/Lato-Light.ttf');
   font-weight: lighter;
   font-style: normal;
}

@font-face {
   font-family: 'Lato';
   src: url('Lato/Lato-LightItalic.ttf');
   font-weight: lighter;
   font-style: italic;
}

@font-face {
   font-family: 'Lato';
   src: url('Lato/Lato-Bold.ttf');
   font-weight: bold;
   font-style: normal;
}

@font-face {
   font-family: 'Lato';
   src: url('Lato/Lato-BoldItalic.ttf');
   font-weight: bold;
   font-style: italic;
}
