@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Black.woff2') format('woff2'),
        url('Gotham-Black.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham XNarrow';
    src: url('GothamXNarrow-Light.woff2') format('woff2'),
        url('GothamXNarrow-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GothamUltra';
    src: url('GothamUltra.woff2') format('woff2'),
        url('GothamUltra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

