@font-face {
  font-family: 'Gotham';
  src: url('./Gotham/Gotham-Medium.otf') format('opentype'),
    url('./Gotham/Gotham-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('./Gotham/Gotham-Book.otf') format('opentype'),
    url('./Gotham/Gotham-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
