@font-face {
  font-family: "Gotham-Light";
  src: local("Gotham-Light"),
  url("./Gotham-Light.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham-Book";
  src: local("Gotham-Book"),
  url("./Gotham-Book.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Book-Light";
  src: local("Gotham-Book-Light"),
  url("./Gotham-Book.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Gotham-Italic";
  src: local("Gotham-Italic"),
  url("./Gotham-BookIta.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Gotham-Medium";
  src: local("Gotham-Medium"),
  url("./Gotham-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham-Bold";
  src: local("Gotham-Bold"),
  url("./Gotham-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: bold;
}