@font-face {
    font-family: 'Gotham';
    src: url('Gotham-UltraItalic.otf') format('opentype'),
        url('Gotham-UltraItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Gotham';
    src: url('Gotham-BookItalic.eot'); /* IE9 Compat Modes */
    src: url('Gotham-BookItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Gotham-BookItalic.woff2') format('woff2'), /* Super Modern Browsers */
         url('Gotham-BookItalic.woff') format('woff'), /* Modern Browsers */
         url('Gotham-BookItalic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('Gotham-BookItalic.otf') format('opentype'); /* Older systems */
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Bold.otf') format('opentype'),
        url('Gotham-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Black.otf') format('opentype'),
        url('Gotham-Black.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Book.woff2') format('woff2'),
        url('Gotham-Book.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Light.otf') format('opentype'),
        url('Gotham-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

