:root {
  --bg: #fafaf9;
  --surface: #ffffff;
  --border: #e5e5e2;
  --text: #1f1f1d;
  --muted: #6b6b66;
  --accent: #2d5cf6;
  --accent-soft: #eaf0ff;
  --chip-bg: #f1f1ee;
  --chip-text: #444440;
}

:root[data-theme="dark"] {
  --bg: #1a1a19;
  --surface: #2a2a29;
  --border: #3a3a38;
  --text: #e8e8e6;
  --muted: #9a9a96;
  --accent: #5a7fff;
  --accent-soft: #1a3a8a;
  --chip-bg: #3a3a38;
  --chip-text: #b8b8b4;
}
