@font-face {
  font-family: "Gotham";
  src: url("./GothamLight.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Gotham";
  src: url("./GothamBook.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("./GothamMedium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Gotham";
  src: url("./GothamBold.ttf") format("truetype");
  font-weight: 700;
}
