/* ============================================================================
   TaxPolicy Department — Self-hosted typeface: Instrument Sans
   Variable font (wght axis 400–700), normal + italic, so the design tokens'
   --font-weight-* values (400/500/600/700) resolve within the shipped range.
   Replaces Haffer (trial) — designer decision 23 Jul 2026, see CLAUDE.md.
   font-display: swap.
   ============================================================================ */

@font-face {
  font-family: "Instrument Sans";
  src: url("../fonts/instrument-sans-variable.woff2") format("woff2");
  font-weight: 400 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("../fonts/instrument-sans-variable-italic.woff2") format("woff2");
  font-weight: 400 700; font-style: italic; font-display: swap;
}
