@font-face {
    font-family: 'Gotham Book';
    src: url('subset-Gotham-Book.woff2') format('woff2'),
        url('subset-Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('subset-Gotham-Light.woff2') format('woff2'),
        url('subset-Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('subset-Gotham-Medium.woff2') format('woff2'),
        url('subset-Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('subset-Gotham-Bold.woff2') format('woff2'),
        url('subset-Gotham-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('subset-Gotham-Black.woff2') format('woff2'),
        url('subset-Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'The Mix Light';
    src: url('subset-TheMixLight-Plain.woff2') format('woff2'),
        url('subset-TheMixLight-Plain.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}