@font-face{
    font-family: 'Lato';
    font-weight: bold;
    src: url('../fonts/Lato-Bold.woff') format('woff'),
        url('../fonts/Lato-Bold.ttf') format('truetype');
}
@font-face{
    font-family: 'Lato';
    font-weight: bold;
    font-style: italic;
    src: url('../fonts/Lato-BoldItalic.woff') format('woff'),
        url('../fonts/Lato-BoldItalic.ttf') format('truetype');
}
@font-face{
    font-family: 'Lato';
    font-style: italic;
    src: url('../fonts/Lato-Italic.woff') format('woff'),
        url('../fonts/Lato-Italic.ttf') format('truetype');
}
@font-face{
    font-family: 'Lato';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular.ttf') format('truetype');
}