/* Webfont: Lato-Bold */@font-face {
    font-family: 'LatoWeb';
    src: font-url('Lato-Bold.eot'); /* IE9 Compat Modes */
    src: font-url('Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         font-url('Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
         font-url('Lato-Bold.woff') format('woff'), /* Modern Browsers */
         font-url('Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-BoldItalic */@font-face {
    font-family: 'LatoWeb';
    src: font-url('Lato-BoldItalic.eot'); /* IE9 Compat Modes */
    src: font-url('Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         font-url('Lato-BoldItalic.woff2') format('woff2'), /* Modern Browsers */
         font-url('Lato-BoldItalic.woff') format('woff'), /* Modern Browsers */
         font-url('Lato-BoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Italic */@font-face {
    font-family: 'LatoWeb';
    src: font-url('Lato-Italic.eot'); /* IE9 Compat Modes */
    src: font-url('Lato-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         font-url('Lato-Italic.woff2') format('woff2'), /* Modern Browsers */
         font-url('Lato-Italic.woff') format('woff'), /* Modern Browsers */
         font-url('Lato-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Regular */@font-face {
    font-family: 'LatoWeb';
    src: font-url('Lato-Regular.eot'); /* IE9 Compat Modes */
    src: font-url('Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         font-url('Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
         font-url('Lato-Regular.woff') format('woff'), /* Modern Browsers */
         font-url('Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}