/*! Lato */

@font-face {
    font-family: 'Lato';
    src: url('LatoLatin-Heavy.woff') format('woff'),
         url('LatoLatin-Heavy.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Lato';
    src: url('LatoLatin-HeavyItalic.woff') format('woff'),
         url('LatoLatin-HeavyItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Lato';
    src: url('LatoLatin-Italic.woff') format('woff'),
         url('LatoLatin-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Lato';
    src: url('LatoLatin-Regular.woff') format('woff'),
         url('LatoLatin-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Lato';
    src: url('LatoLatin-Light.woff') format('woff'),
         url('LatoLatin-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Lato';
    src: url('LatoLatin-LightItalic.woff') format('woff'),
         url('LatoLatin-LightItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

/*! END OF LINE */