/* dark.css */
html[data-theme="dark"] {
    --bg-color: #111111;
    --text-color: #f1f1f1;
    --nav-bg: #222222;
    --border-color: #444;
}