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



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


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

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