/* candyland.css */
html[data-theme="candyland"] {
    --bg-color: #ffdef2;
    --text-color: #7b2cbf;
    --nav-bg: #ff85a1;
    --border-color: #ffb3c1;
}