/* Dark theme (default) — variables are in design-system.css */
/* Light theme stub */
[data-theme="light"] {
  --bg-0: #f4f5f7;
  --bg-1: #ffffff;
  --bg-2: #ecedf0;
  --bg-3: #e2e4e8;
  --ink: #1b1d26;
  --ink-dim: #6e7382;
  --ink-faint: #9ea3b3;
  --line: rgba(0,0,0,0.08);
  --line-subtle: rgba(0,0,0,0.04);
  --accent: #4f7cdb;
}
