@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/gotham/Gotham-Light.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/gotham/Gotham-Light-Italic.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/gotham/Gotham-Book.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/gotham/Gotham-Medium.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/gotham/Gotham-Bold.otf") format("opentype");
  font-display: swap;
}