@font-face {
  font-family: 'Gotham';
  src: url('/res/fonts/Gotham-Book.woff2') format('woff2'),
      url('/res/fonts/Gotham-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('/res/fonts/Gotham-Light.woff2') format('woff2'),
      url('/res/fonts/Gotham-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('/res/fonts/Gotham-Black.woff2') format('woff2'),
      url('/res/fonts/Gotham-Black.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('/res/fonts/Gotham-Medium.woff2') format('woff2'),
      url('/res/fonts/Gotham-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Book';
  src: url('/res/fonts/Gotham-BookItalic.woff2') format('woff2'),
      url('/res/fonts/Gotham-BookItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('/res/fonts/Gotham-Bold.woff2') format('woff2'),
      url('/res/fonts/Gotham-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Austerlitz Pro Affiche';
  src: url('/res/fonts/AusterlitzProAffiche-LightItalic.woff2') format('woff2'),
      url('/res/fonts/AusterlitzProAffiche-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}