/* COLLECTION THEME — space. Exactly one theme file is active (§F).
 *
 * A theme moves the accent family and nothing else. Ground, ink, type scale and
 * spacing are fixed in base.css, so a theme can never quietly become a second
 * design system — which is what makes the later split into sister sites a
 * configuration change rather than a rewrite (ADR-008).
 *
 * space: scorched oxide, the colour of an ablative surface after re-entry. */
:root {
  --g-accent: #c2703a;
  --g-accent-bright: #e79355;
  --g-accent-dim: #7d4726;
  --g-accent-wash: #c2703a1f;
}
