/* NerdVault - Light Theme */

:root.theme-light,
[data-theme="light"] {
  --bg-primary: #f5f5f0;
  --bg-secondary: #ffffff;
  --bg-card: #ffffff;
  --text-primary: #18181b;
  --text-secondary: #52525b;
  --accent-red: #ff3b5c;
  --accent-purple: #7c3aed;
  --accent-cyan: #06b6d4;
  --accent-gold: #f59e0b;
  --border-color: #e4e4e7;
  --shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
}
