
/* Webfont: LatoLatinThin-Regular */@font-face {
    font-family: 'lato';
    src: url('font/LatoLatinThin-Regular.eot'); /* IE9 Compat Modes */
    src: url('font/LatoLatinThin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/LatoLatinThin-Regular.woff') format('woff'), /* Modern Browsers */
         url('font/LatoLatinThin-Regular.ttf') format('truetype'); 

    font-style: normal;
    font-weight: 200;
    text-rendering: optimizeLegibility;
}

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

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

