@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  src: local("Gotham Bold"), url("../../fonts/GothamBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  src: local("Gotham Medium"), url("../../fonts/Gotham-Medium.woff") format("woff");
  font-display: swap;
}

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

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  src: local("Gotham Medium"), url("../../fonts/Gotham-Medium.woff") format("woff");
  font-display: swap;
}
