@font-face {
    font-family: 'Gotham';
    src: url('/wp-content/uploads/fonts/Gotham-Book.woff2') format('woff2'),
         url('/wp-content/uploads/fonts/Gotham-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('/wp-content/uploads/fonts/Gotham-Bold.woff2') format('woff2'),
         url('/wp-content/uploads/fonts/Gotham-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}