@font-face {
  font-family: "Gotham";
  src: local(Gotham), url("/fonts/gotham/gotham-light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "Gotham";
  src: local(Gotham), url("/fonts/gotham/gotham-regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Gotham";
  src: local(Gotham), url("/fonts/gotham/gotham-medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "Gotham";
  src: local(Gotham), url("/fonts/gotham/gotham-bold.ttf");
  font-weight: 700;
}
