/* Font Source: http://www.latofonts.com/
----------------------------------------------------- */

/* Lato Light (300) */
@font-face {
    font-family: 'Lato';
    src: url('LatoLatin-Light.woff2') format('woff2'),
    url('LatoLatin-Light.woff') format('woff'),
    url('LatoLatin-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

/* Lato Light Italic (300) */
@font-face {
    font-family: 'Lato';
    src: url('LatoLatin-LightItalic.woff2') format('woff2'),
    url('LatoLatin-LightItalic.woff') format('woff'),
    url('LatoLatin-LightItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

/* Lato Regular (400) */
@font-face {
    font-family: 'Lato';
    src: url('LatoLatin-Regular.woff2') format('woff2'),
    url('LatoLatin-Regular.woff') format('woff'),
    url('LatoLatin-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

/* Lato Regular Italic (400) */
@font-face {
    font-family: 'Lato';
    src: url('LatoLatin-Italic.woff2') format('woff2'),
    url('LatoLatin-Italic.woff') format('woff'),
    url('LatoLatin-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

/* Lato Bold (700) */
@font-face {
    font-family: 'Lato';
    src: url('LatoLatin-Bold.woff2') format('woff2'),
    url('LatoLatin-Bold.woff') format('woff'),
    url('LatoLatin-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}

/* Lato Bold Italic (700) */
@font-face {
    font-family: 'Lato';
    src: url('LatoLatin-BoldItalic.woff2') format('woff2'),
    url('LatoLatin-BoldItalic.woff') format('woff'),
    url('LatoLatin-BoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}
