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

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

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

