[data-theme="light"],
[data-layout-mode="light"] {
  color-scheme: light;
}

[data-theme="light"] body,
[data-layout-mode="light"] body {
  background: var(--theme-bg-canvas);
  color: var(--theme-text-primary);
}
