/* Normal */
@font-face {
    font-family: 'Lato';
    src: url('fonts/LatoLatin/fonts/LatoLatin-Regular.eot');
    src: url('fonts/LatoLatin/fonts/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/LatoLatin/fonts/LatoLatin-Regular.woff') format('woff'),
         url('fonts/LatoLatin/fonts/LatoLatin-Regular.woff2') format('woff2'),
         url('fonts/LatoLatin/fonts/LatoLatin-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
    text-rendering: optimizeLegibility;
}

/* Italic */
@font-face {
    font-family: 'Lato';
    src: url('fonts/LatoLatin/fonts/LatoLatin-Italic.eot');
    src: url('fonts/LatoLatin/fonts/LatoLatin-Italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/LatoLatin/fonts/LatoLatin-Italic.woff') format('woff'),
         url('fonts/LatoLatin/fonts/LatoLatin-Italic.woff2') format('woff2'),
         url('fonts/LatoLatin/fonts/LatoLatin-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    font-display: fallback;
    text-rendering: optimizeLegibility;
}

/* Bold */
@font-face {
    font-family: 'Lato';
    src: url('fonts/LatoLatin/fonts/LatoLatin-Bold.eot');
    src: url('fonts/LatoLatin/fonts/LatoLatin-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/LatoLatin/fonts/LatoLatin-Bold.woff') format('woff'),
         url('fonts/LatoLatin/fonts/LatoLatin-Bold.woff2') format('woff2'),
         url('fonts/LatoLatin/fonts/LatoLatin-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
    font-display: fallback;
    text-rendering: optimizeLegibility;
}

/* Bold + Italic */
@font-face {
    font-family: 'Lato';
    src: url('fonts/LatoLatin/fonts/LatoLatin-BoldItalic.eot');
    src: url('fonts/LatoLatin/fonts/LatoLatin-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/LatoLatin/fonts/LatoLatin-BoldItalic.woff') format('woff'),
         url('fonts/LatoLatin/fonts/LatoLatin-BoldItalic.woff2') format('woff2'),
         url('fonts/LatoLatin/fonts/LatoLatin-BoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: bold;
    font-display: fallback;
    text-rendering: optimizeLegibility;
}