html,
html[data-theme="dark"] {
  color-scheme: dark;
}

.theme-toggle,
.theme-switch,
.theme-switcher,
.theme-rail,
.theme-control,
.theme-buttons,
button[data-theme-value],
[data-theme-value] {
  display: none !important;
}

html[data-theme="light"] {
  color-scheme: dark;
}
