<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Fonts */

@font-face {
    font-family: 'GothamBook';
    src: url('GothamBook.eot');
    src: url('GothamBook.eot?#iefix') format('embedded-opentype'), 
        url('GothamBook.woff') format('woff'), 
        url('GothamBook.ttf') format('truetype'), 
        url('GothamBook.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.gothamBook{font-family: GothamBook;}



@font-face {
    font-family: 'GothamMedium';
    src: url('Gotham-Medium.eot');
    src: url('Gotham-Medium.eot?#iefix') format('embedded-opentype'), 
        url('Gotham-Medium.woff') format('woff'), 
        url('Gotham-Medium.ttf') format('truetype'), 
        url('Gotham-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.gothamMedium{font-family: GothamMedium;}




@font-face {
    font-family: 'GothamBold';
    src: url('GothamBold.eot');
    src: url('GothamBold.eot?#iefix') format('embedded-opentype'), 
        url('GothamBold.woff') format('woff'), 
        url('GothamBold.ttf') format('truetype'), 
        url('GothamBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.GothamBold{font-family: GothamBold;}




@font-face {
    font-family: 'GothamLight';
    src: url('Gotham-Light.eot');
    src: url('Gotham-Light.eot?#iefix') format('embedded-opentype'), 
        url('Gotham-Light.woff') format('woff'), 
        url('Gotham-Light.ttf') format('truetype'), 
        url('Gotham-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.GothamLight{font-family: GothamLight;}</pre></body></html>