/* lato regular */
@font-face {
    font-family: 'Lato';
    src: url('./Lato-Regular.eot');
    src: url('./Lato-Regular.eot?#iefix') format('embedded-opentype'),
         url('./Lato-Regular.woff2') format('woff2'),
         url('./Lato-Regular.woff') format('woff'),
         url('./Lato-Regular.ttf') format('truetype'),
         url('./Lato-Regular.svg#Lato_regularregular') format('svg');
    font-weight: 400;
    font-style: normal;
}
/* Lato italic */
@font-face {
    font-family: 'Lato';
    src: url('./fonts/lato/Lato-Italic.eot');
    src: url('./fonts/lato/Lato-Italic.eot?#iefix') format('embedded-opentype'),
         url('./fonts/lato/Lato-Italic.woff2') format('woff2'),
         url('./fonts/lato/Lato-Italic.woff') format('woff'),
         url('./fonts/lato/Lato-Italic.ttf') format('truetype'),
         url('./fonts/lato/Lato-Italic.svg#Lato_regularitalic') format('svg');
    font-weight: 400;
    font-style: italic;
}
/* Lato bold */
@font-face {
    font-family: 'Lato';
    src: url('./Lato-Bold.eot');
    src: url('./Lato-Bold.eot?#iefix') format('embedded-opentype'),
         url('./Lato-Bold.woff2') format('woff2'),
         url('./Lato-Bold.woff') format('woff'),
         url('./Lato-Bold.ttf') format('truetype'),
         url('./Lato-Bold.svg#Latobold') format('svg');
    font-weight: 700;
    font-style: normal;
}