@font-face {
  font-family: g-regular;
  src: url("fonts/Gotham Book Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: g-bold;
  font-weight: bold;
  src: url("fonts/GOTHAM-BOLD.TTF");
}

@font-face {
  font-family: g-light;
  font-weight: lighter;
  src: url("fonts/GOTHAM-LIGHT.TTF");
}

@font-face {
  font-family: g-medium;
  font-weight: normal;
  src: url("fonts/GOTHAM-MEDIUM.TTF");
}