:root[data-theme="light"] {
    --bg: #fff;
    --text: black;
}

body {
    background-color: var(--bg);
    color: var(--text);
}
