@font-face {
    font-family: 'GothamPro';
    src: url('GothamPro.woff2') format('woff2'),
         url('GothamPro.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamPro';
    src: url('GothamPro-Italic.woff2') format('woff2'),
         url('GothamPro-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GothamPro';
    src: url('GothamPro-Bold.woff2') format('woff2'),
         url('GothamPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamPro';
    src: url('GothamPro-BoldItalic.woff2') format('woff2'),
         url('GothamPro-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}