/* Mensara's public-site tokens. Components consume roles, never literal colors. */
:root {
  --site-void: #2a2440; --site-band: #221d36; --site-panel: #1b1730;
  --site-bone: #f5f2ec; --site-muted: #b0a8c6; --site-dim: #6b6478;
  --site-ember: #d98324; --site-ember-ink: #1a1206; --site-violet: #8b7bb8;
  --site-line: #453c66; --site-danger: #d49a9a; --site-success: #a9c996;
  --site-font-display: "Instrument Serif", Georgia, serif;
  --site-font-body: Inter, system-ui, sans-serif;
  --site-font-mono: "IBM Plex Mono", ui-monospace, monospace;
  --site-space-1: 0.25rem; --site-space-2: 0.5rem; --site-space-3: 1rem;
  --site-space-4: 1.5rem; --site-space-5: 2rem; --site-space-6: 4rem;
  --site-content: 66.25rem; --site-motion-fast: 150ms ease-out;
}
