/* Dark Theme */
[data-theme="dark"] {
  --bg-color: #1a1a1a;
  --text-color: #f5f5f5;
  --accent-color: #e74c3c;
}