@import url("https://fonts.googleapis.com/css2?family=Fragment+Mono:ital@0;1&family=TASA+Orbiter:wght@400;500;600;700;800&display=swap");

/* WRKN ships two families, both OFL and both served from Google Fonts.
   TASA Orbiter — all brand text (display, heading, body). The source spec calls for a
   900 "Black" cut; the Google Fonts v2 release consolidated the family to five weights
   ending at 800 (ExtraBold), so --weight-display is 800. See readme.md > Caveats.
   Fragment Mono — all system text (labels, coordinates, technical lists, timelines). */
:root {
  --font-display: "TASA Orbiter", "Helvetica Neue", Arial, sans-serif;
  --font-heading: "TASA Orbiter", "Helvetica Neue", Arial, sans-serif;
  --font-body: "TASA Orbiter", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "Fragment Mono", "IBM Plex Mono", SFMono-Regular, Menlo, monospace;

  --weight-display: 800; /* @kind font */
  --weight-bold: 700; /* @kind font */
  --weight-regular: 400; /* @kind font */
}
