@font-face {
  font-family: 'Gotham-Bold';
  src: url('./webfonts/gotham_bold.eot');
  src: url('./webfonts/gotham_bold.eot?#iefix') format('embedded-opentype'),
      url('./webfonts/gotham_bold.woff2') format('woff2'),
      url('./webfonts/gotham_bold.woff') format('woff'),
      url('./webfonts/gotham_bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GothamBook-Regular';
  src: url('./webfonts/gotham_book_regular-webfont.eot');
  src: url('./webfonts/gotham_book_regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('./webfonts/gotham_book_regular-webfont.woff2') format('woff2'),
    url('./webfonts/gotham_book_regular-webfont.woff') format('woff'),
    url('./webfonts/gotham_book_regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}