:root[data-theme="dark"] {
    --bg: #111;
    --text: #eee;
}

body {
    background-color: var(--bg);
    color: var(--text);
}
