html[data-theme]:not([data-theme="dark"]) {
  --color-bg: #445770;
}
html[data-theme="dark"] {
  --color-bg: #243347;
}
