  @font-face {
    font-family: "Gotham";
    src: url("/assets/fonts/gotham/GothamPro.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: "Gotham";
    src: url("/assets/fonts/gotham/GothamPro-Bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: "Gotham";
    src: url("/assets/fonts/gotham/Gotham-Black.woff2") format("woff2");
    font-weight: 900;
    font-display: swap;
    font-style: normal;
  }