@font-face {
    font-family: 'Gotham Pro';
    src: url('./GothamPro.woff2') format('woff2'),
            url('./GothamPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Pro Light';
    src: url('./GothamPro-Light.woff2') format('woff2'),
            url('./GothamPro-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Pro Medium';
    src: url('./GothamPro-Medium.woff2') format('woff2'),
            url('./GothamPro-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Pro Bold';
    src: url('./GothamPro-Bold.woff2') format('woff2'),
            url('./GothamPro-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Pro Black';
    src: url('./GothamPro-Black.woff2') format('woff2'),
            url('./GothamPro-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Pro Black';
    src: url('./GothamPro-BlackItalic.woff2') format('woff2'),
        url('./GothamPro-BlackItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
