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

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

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

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

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

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

