

@font-face {
  font-family: 'Gotham';
  src: url('/fonts/gotham-bold.eot');
  src: url('/fonts/gotham-bold.woff2') format('woff2'),
    url('/fonts/gotham-bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/gotham-bold.svg#gotham-bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham-semibold';
  src: url('/fonts/gothammedium.eot');
  src: url('/fonts/gothammedium.woff2') format('woff2'),
    url('/fonts/gothammedium.eot?#iefix') format('embedded-opentype'),
    url('/fonts/gothammedium.svg#gothammedium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GothamHTF-Book';
  src: url('/fonts/gothamhtf-book.eot');
  src: url('/fonts/gothamhtf-book.woff2') format('woff2'),
    url('/fonts/gothamhtf-book.eot?#iefix') format('embedded-opentype'),
    url('/fonts/gothamhtf-book.svg#gothamhtf-book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
