/* Miscusi webfonts — self-hosted latin subsets (no CDN: the site makes no
   third-party requests; see docs/17 tracker-free posture).
   Instrument Sans © 2022 The Instrument Sans Project Authors
   (https://github.com/Instrument/instrument-sans)
   Instrument Serif © 2022 The Instrument Serif Project Authors
   (https://github.com/Instrument/instrument-serif)
   SIL Open Font License 1.1 — full text in /fonts/OFL.txt.
   SUBSTITUTION NOTICE (from the design system): the brief names a
   Söhne/Inter-class sans; these are the nearest Google Fonts matches.
   Replace with licensed binaries here when available.
   Shipped faces: sans variable 400–700 normal + italic (italic appears in the
   doc note line), serif 400 italic only — the site uses no upright serif
   (audited 2026-07-21; Instrument Serif has no bold: any bold serif would
   render synthetic). */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/instrument-sans-latin-wght-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Instrument Sans";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/instrument-sans-latin-wght-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Instrument Serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/instrument-serif-latin-italic.woff2") format("woff2");
}
