<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'scandinavianbalt';
    src: url('../fonts/airline_bold-webfont.eot');
    src: url('../fonts/airline_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/airline_bold-webfont.svg#airlinebold') format('svg'),
         url('../fonts/airline_bold-webfont.woff') format('woff'),
         url('../fonts/airline_bold-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'scandinavianlight';
    src: url('../fonts/airline_light-webfont.eot');
    src: url('../fonts/airline_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/airline_light-webfont.svg#airlinelight') format('svg'),
         url('../fonts/airline_light-webfont.woff') format('woff'),
         url('../fonts/airline_light-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'scandinavian';
    src: url('../fonts/airline_regular-webfont.eot');
    src: url('../fonts/airline_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/airline_regular-webfont.svg#airlineregular') format('svg'),
         url('../fonts/airline_regular-webfont.woff') format('woff'),
         url('../fonts/airline_regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

#main_menu &gt; li &gt; a
{
    font-weight: normal !important;
}</pre></body></html>