@font-face {
  font-family: "Gotham";
  font-weight: 100;
  src: url("Gotham-Thin.ttf");
  src: url("Gotham-Thin.otf") format("opentype"),
    url("Gotham-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham";
  font-weight: 400;
  src: url("Gotham-Book.otf");
  src: url("Gotham-Book.otf") format("opentype");
}
@font-face {
  font-family: "Gotham";
  font-weight: 500;
  src: url("Gotham-Medium.ttf");
  src: url("Gotham-Medium.otf") format("opentype"),
    url("Gotham-Medium.ttf") format("truetype");
}
