/* ── skin: space ────────────────────────────────────────────────────────
   The original: instrument panel against a Hubble plate. Tokens already sit
   in galaxy.css, so this skin only names the type and the switcher state. */
:root{
  --font-display:'Inter',system-ui,-apple-system,sans-serif;
  --font-body:'Inter',system-ui,-apple-system,sans-serif;
  --font-mono:'IBM Plex Mono',ui-monospace,SFMono-Regular,Menlo,monospace;
}
h1{font-family:var(--font-display)}
.skins [data-skin="space"]{color:var(--ink)}
