@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: local('Gotham Light'), local('Gotham-Light'),
    url('Gotham-Light-300.woff2') format('woff2'),
    url('Gotham-Light-300.woff') format('woff');
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: local('Gotham Book'), local('Gotham-Book'),
    url('Gotham-Book-400.woff2') format('woff2'),
    url('Gotham-Book-400.woff') format('woff');
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: local('Gotham Medium'), local('Gotham-Medium'),
    url('Gotham-Medium-500.woff2') format('woff2'),
    url('Gotham-Medium-500.woff') format('woff');
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: local('Gotham Bold'), local('Gotham-Bold'),
    url('Gotham-Bold-700.woff2') format('woff2'),
    url('Gotham-Bold-700.woff') format('woff');
}