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