@font-face {
  font-family: "Gotham";
  src: url("/assets/tjanopoly/fonts/Gotham-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Gotham Book";
  src: url("/fonts/Gotham-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html, body {
  font-family: "Gotham", "Gotham Book", "Gotham Black", sans-serif;
}

input, button, select, textarea {
  font-family: inherit;
}
