@font-face {
  font-family: 'Gotham-Bold';
  src: url('/web/fonts/GothamRnd-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Gotham-Book';
  src: url('/web/fonts/GothamRnd-Book.otf') format('opentype');
}

@font-face {
  font-family: 'Gotham-Light';
  src: url('/web/fonts/GothamRnd-Light.otf') format('opentype');
}

@font-face {
  font-family: 'Gotham-Medium';
  src: url('/web/fonts/GothamRnd-Medium.otf') format('opentype');
}

.hidden {
  display: none;
}
