/* Interhouse licensed web fonts — self-hosted, licensed for interhouse.ca only.
   Font files are NOT committed to the repo (see .gitignore); they are copied in
   from the brand kit at deploy time. */

@font-face {
  font-family: 'ABC Schengen A Mono';
  src: url('../assets/fonts/ABCSchengenAMono-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABC Schengen A Mono';
  src: url('../assets/fonts/ABCSchengenAMono-Book.woff2') format('woff2');
  font-weight: 450;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABC Schengen A Mono';
  src: url('../assets/fonts/ABCSchengenAMono-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FFF Acid Grotesk';
  src: url('../assets/fonts/FFF-AcidGrotesk-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Licensed FFF Acid Grotesk Book (via Vanderbrand/foundry, received
   2026-08-13) carries the design's Regular/400 role — LAUNCH BLOCKER CLEARED.
   Nothing in the design uses 700, so no bold face is declared. */
@font-face {
  font-family: 'FFF Acid Grotesk';
  src: url('../assets/fonts/FFF-AcidGrotesk-Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
