@font-face {
  font-family: 'Gotham Narrow';
  src: url('./gotham-narrow/Gotham\ Narrow\ Medium.otf') format('opentype');
}
@font-face {
  font-family: 'Gotham Narrow';
  src: url('./gotham-narrow/Gotham\ Narrow\ Medium\ Italic.otf')
    format('opentype');
  font-style: italic;
}
@font-face {
  font-family: 'Gotham Narrow';
  src: url('./gotham-narrow/Gotham\ Narrow\ Bold.otf') format('opentype');
  font-weight: bold;
}
@font-face {
  font-family: 'Gotham Narrow';
  src: url('./gotham-narrow/Gotham\ Narrow\ Bold\ Italic.otf')
    format('opentype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham Narrow Book';
  src: url('./gotham-narrow/Gotham\ Narrow\ Book.otf') format('opentype');
}
@font-face {
  font-family: 'Gotham Narrow Book';
  src: url('./gotham-narrow/Gotham\ Narrow\ Book\ Italic.otf')
    format('opentype');
  font-style: italic;
}
@font-face {
  font-family: 'Gotham Narrow Black';
  src: url('./gotham-narrow/Gotham\ Narrow\ Black.otf') format('opentype');
}
@font-face {
  font-family: 'Gotham Narrow Black';
  src: url('./gotham-narrow/Gotham\ Narrow\ Black\ Italic.otf')
    format('opentype');
  font-style: italic;
}
@font-face {
  font-family: 'Gotham Narrow Ultra';
  src: url('./gotham-narrow/Gotham\ Narrow\ Ultra.otf') format('opentype');
}

@font-face {
  font-family: 'Futura';
  src: url('./futura/Futura.woff') format('woff');
}

@font-face {
  font-family: 'Futura';
  font-weight: bold;
  src: url('./futura/FuturaBold.woff2') format('woff2');
}
