@font-face {
    font-family: 'Gotham';
    src: local('Gotham Rounded Light'), local('GothamRnd-Light'),
        url('/assets/Gotham/GothamRnd-Light.woff2') format('woff2'),
        url('/assets/Gotham/GothamRnd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: local('Gotham Rounded Medium'), local('GothamRnd-Medium'),
        url('/assets/Gotham/GothamRnd-Medium.woff2') format('woff2'),
        url('/assets/Gotham/GothamRnd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: local('Gotham Rounded Bold'), local('GothamRnd-Bold'),
        url('/assets/Gotham/GothamRnd-Bold.woff2') format('woff2'),
        url('/assets/Gotham/GothamRnd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: local('Gotham Rounded Book'), local('GothamRnd-Book'),
        url('/assets/Gotham/GothamRnd-Book.woff2') format('woff2'),
        url('/assets/Gotham/GothamRnd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

