/* Local font fallbacks mapped to the exact family names used by webflow.css.
   Ensures correct fonts even if the Adobe Fonts (Typekit) kit is blocked. */

@font-face {
  font-family: 'Knockout htf66 fullflyweight';
  src: url('./fonts/Knockout-HTF66-FullFlyweight.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Simplonmono';
  src: url('./fonts/SimplonMono-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
