/* Wolf-Rayet family roles — the faces interior-dark ships with.
 *
 * Transcribed from r136 packages/tokens/css/family.css (ADR-0023), reduced to
 * the interior-dark theme. The woff2 files are copied byte-for-byte from
 * r136 apps/docs/public/fonts, with their OFL licences alongside in
 * assets/fonts/. Self-hosted, never fetched from a third party at render time.
 *
 * NOT gated on data-mode: a face is not a mode. Both light and dark take these.
 *
 * There is no mono role. interior-dark carries a display face and a body face
 * and nothing else, so IBM Plex Mono keeps every eyebrow, section label, mode
 * button and footer link on this site. See bridge-type.css.
 */

@font-face{
  font-family:"Inter WR";
  src:url("/assets/fonts/inter-variable.woff2") format("woff2");
  font-weight:100 900; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Signika Negative WR";
  src:url("/assets/fonts/signika-negative-variable.woff2") format("woff2");
  font-weight:300 700; font-style:normal; font-display:swap;
}

[data-wr-theme="interior-dark"]{
  --wr-family-body:    "Inter WR", ui-sans-serif, system-ui, sans-serif;
  --wr-family-display: "Signika Negative WR", ui-sans-serif, system-ui, sans-serif;
}
