
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Light.otf") format('opentype');
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Bold.otf") format('opentype');
  font-weight: bold;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-BoldItalic.otf") format('opentype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-LightItalic.otf") format('opentype');
  font-style: italic;
}

header {
    background-color: orange !important;
}
