:root {

    --bg: #ffffff;
    --text: #111;
    --card: #f5f5f5;

}

[data-theme="dark"] {

    --bg: #111;
    --text: #eee;
    --card: #222;

}