@font-face {
  font-family: 'Gotham HTF Book';
  src: url('./fonts/Gotham HTF Book.ttf') format('truetype'),
       url('./fonts/Gotham HTF Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham HTF Book Bold';
  src: url('./fonts/Gotham HTF Bold 2.otf') format('truetype'),
  font-weight: 700;
  font-style: bold;
}


