/* Dark is the native OmniSynx theme — tokens.css already carries it.
   This file exists as the explicit dark override point. */
:root[data-theme="dark"] {
  --bg: var(--void);
  --surface: var(--panel);
  --surface-2: var(--panel-2);
  --text: var(--ink);
  --text-dim: var(--ink-50);
  --line: var(--ink-15);
}
