/* @font-face {
    font-family: 'Gotham';
    font-display: swap;
    src: url('Gotham-Thin.woff2') format('woff2'),
        url('Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    font-display: swap;
    src: url('Gotham-ThinItalic.woff2') format('woff2'),
        url('Gotham-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

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

@font-face {
    font-family: 'Gotham';
    font-display: swap;
    src: url('Gotham-ExtraLightItalic.woff2') format('woff2'),
        url('Gotham-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
} */

@font-face {
    font-family: 'Gotham';
    font-display: swap;
    src: url('../woff2/gotham-light.woff2') format('woff2'),
        url('../woff/gotham-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    font-display: swap;
    src: url('../woff2/gotham-lightitalic.woff2') format('woff2'),
        url('../woff/gotham-lightitalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

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

@font-face {
    font-family: 'Gotham';
    font-display: swap;
    src: url('../woff2/gotham-bookitalic.woff2') format('woff2'),
        url('../woff/gotham-bookitalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

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

@font-face {
    font-family: 'Gotham';
    font-display: swap;
    src: url('../woff2/gotham-mediumitalic.woff2') format('woff2'),
        url('../woff/gotham-mediumitalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    font-display: swap;
    src: url('../woff2/gotham-bold.woff2') format('woff2'),
        url('../woff/gotham-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    font-display: swap;
    src: url('../woff2/gotham-bolditalic.woff2') format('woff2'),
        url('../woff/gotham-bolditalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    font-display: swap;
    src: url('../woff2/gotham-black.woff2') format('woff2'),
        url('../woff/gotham-black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    font-display: swap;
    src: url('../woff2/gotham-blackitalic.woff2') format('woff2'),
        url('../woff/gotham-blackitalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    font-display: swap;
    src: url('../woff2/gotham-ultra.woff2') format('woff2'),
        url('../woff/gotham-ultra.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    font-display: swap;
    src: url('../woff2/gotham-ultraitalic.woff2') format('woff2'),
        url('../woff/gotham-ultraitalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}