/*
 * Self-hosted Futura PT Condensed Extra Bold Oblique
 *
 * Drop the licensed .otf file from Adobe Fonts into this directory:
 *   src/assets/fonts/futura-condensed-extra-bold-oblique.otf
 *
 * font-display: block — never flash the fallback font, even for one frame.
 * This is critical for broadcast: a single frame of the wrong font on a
 * live stream is visible to every viewer.
 */

@font-face {
  font-family: "Futura PT";
  font-style: oblique;
  font-weight: 800;
  font-stretch: condensed;
  font-display: block;
  src: url('./futura-condensed-extra-bold-oblique.otf') format('opentype');
}
