/*
 * Self-hosted Futura PT Condensed Extra Bold Oblique
 *
 * Drop the licensed .otf file from Adobe Fonts into this directory:
 *   ui/assets/futura-condensed-extra-bold-oblique.otf
 *
 * font-display: block — never flash the fallback font, even for one frame.
 * The .otf is gitignored; the SPA falls back to Helvetica Neue cleanly if
 * the font is missing.
 */

@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');
}
