/* Gotham Bold Font */
@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/Gotham-Bold.woff2') format('woff2'),
         url('assets/fonts/Gotham-Bold.woff') format('woff'),
         url('assets/fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Gotham Rounded Bold Font */
@font-face {
    font-family: 'Gotham Rounded';
    src: url('assets/fonts/GothamRounded-Bold.woff2') format('woff2'),
         url('assets/fonts/GothamRounded-Bold.woff') format('woff'),
         url('assets/fonts/GothamRounded-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
