:root {
  --accent: #7CFF6B;
  --accent-2: #2EE6A6;
}

[data-theme="dark"] {
  --bg-base: #0b0f14;
  --text-primary: #f2f5f8;
}