:root:has(input.theme-controller[value=dark]:checked),
[data-theme="dark"] {
}


:root:has(input.theme-controller[value=light]:checked),
[data-theme="light"] {
}
