@font-face {
  font-family: 'Titling Gothic FB Compressed';
  src: url('./Titling-Gothic-FB-Compressed-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Titling Gothic FB Compressed';
  src: url('./Titling-Gothic-FB-Compressed-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Titling Gothic FB Compressed';
  src: url('./Titling-Gothic-FB-Compressed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Titling Gothic FB Compressed';
  src: url('./Titling-Gothic-FB-Compressed-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}