/* HERMES identity tokens — single source of truth for landing, login, dashboard.
   Brand identity only. Trading semantics live in dashboard/src/index.css. */
:root {
  --bg-base: #0c0d10;
  --bg-surface: #111215;
  --bg-card: #16181d;
  --text-primary: #e4e4e7;
  --text-secondary: #a1a1aa;
  --text-muted: #8b8b94;
  --text-dim: #71717a;
  --text-ghost: #52525b;
  --color-accent: #2563eb;        /* strokes, buttons, focus rings */
  --color-accent-text: #60a5fa;   /* accent as text on dark bgs (AA) */
  --border-hairline: #26282f;
  --border-faint: #1c1e24;
  --font-sans: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
}
