@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 300;
  src: url("gotham-light.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  font-style: italic;
  font-weight: 300;
  src: url("gotham-light-italic.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  src: url("gotham-book.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  src: url("gotham-medium.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  src: url("gotham-bold.otf") format("opentype");
  font-display: swap;
}