html[data-theme]:not([data-theme="dark"]) {
  --color-bg: #f0f0f0;
  --color-surface: #ffffff;
  --color-surface-hover: #f5e2fa;
}
