:root {
  --color-primary: #22c55e;
  --color-bg: #ffffff;
  --color-text: #111827;
}

[data-theme="dark"] {
  --color-bg: #0f172a;
  --color-text: #e5e7eb;
}