/* Shared design tokens — single source of truth for RelayStation color + surface vars.
   Loaded by public/index.html, public/dashboard.html, and all public-docs/ pages. */
:root {
  --green: #4ade80;
  --green-dark: #22c55e;
  --bg: #0a0a0a;
  --bg2: #111;
  --bg3: #1a1a1a;
  --border: #1e1e1e;
  --border2: #2a2a2a;
  --text: #e0e0e0;
  --muted: #666;
  --dim: #444;
}
