/*
 * Color and surface tokens shared across all dashboard pages.
 * Anything page-specific belongs in that page's CSS, not here.
 */

:root {
  --bg: #0e0f12;
  --input-bg: #1a1c20;
  --ink: #f1f2f2;
  --ink-dim: #b9bcc2;
  --ink-link: #d6d8dc;
  --error: #e35d6a;
  --focus: #4d8eff;
}
