/* css/theme.css */
html[data-theme="dark"] {
    --bg-color: #121212;
    --text-color: #e0e0e0;
    --card-bg-rgb: 30, 30, 30;
    --card-border-rgb: 255, 255, 255;
    --nav-bg-rgb: 20, 20, 20;
    --nav-border-rgb: 255, 255, 255;
    --subtle-text: #ece8e8;
    --input-bg: #2a2a2a;
    --input-border: #444444;
    --link-color: #60a5fa; /* Lighter blue for dark mode */

    --glass-card-shadow: 0 4px 12px rgba(0,0,0, 0.2); /* Darker shadow for dark mode */
}