}
root[data-theme="light"] {

    --color: black;

    --background: black;

}

root[data-theme="dark"] {

    --color: black;

    --background: black;

}