html[data-theme]:not([data-theme="dark"]) {
  --color-bg: #29d4ff;
  --color-surface: #29d4ff;
  --color-text: #ffffff;
}
html[data-theme="dark"] {
  --color-bg: #023e7e;
  --color-surface: #023e7e;
  --color-text: #fbf9f0;
}
