@font-face {
    font-family: "Gotham";
    src: url("/content/fonts/gotham/Gotham-Bold.woff2") format("woff2"),
        url("/content/fonts/gotham/Gotham-Bold.woff") format("woff"),
        url("/content/fonts/gotham/Gotham-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("/content/fonts/gotham/Gotham-Book.woff2") format("woff2"),
        url("/content/fonts/gotham/Gotham-Book.woff") format("woff"),
        url("/content/fonts/gotham/Gotham-Book.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

