@font-face {
  font-family: "gotham";
  src: url(../fonts/GRB.otf);
}
@font-face {
  font-family: "gotham-light";
  src: url(../fonts/GRL.otf);
}
@font-face {
  font-family: "gotham-light-italics";
  src: url(../fonts/GRLI.otf);
}
@font-face {
  font-family: "gotham-medium";
  src: url(../fonts/GRM.otf);
}
@font-face {
  font-family: "gotham-medium-italics";
  src: url(../fonts/GRMI.otf);
}

body {
    font-family: var(--font-light);
}