/* Option A — global (applies everywhere) */
:root:has(input.theme-controller[value=mytheme]:checked),[data-theme="mytheme"] { /* mytheme is the name of the custom theme */
  color-scheme: light;
  --color-base-100: oklch(96% 0.007 247.896);
  --color-base-200: oklch(92% 0.013 255.508);
  --color-base-300: oklch(86% 0.022 252.894);
  --color-base-content: oklch(39% 0.09 240.876);
  --color-primary: oklch(45% 0.211 324.591);
  --color-primary-content: oklch(93% 0.034 272.788);
  --color-secondary: oklch(71% 0.143 215.221);
  --color-secondary-content: oklch(94% 0.028 342.258);
  --color-accent: oklch(77% 0.152 181.912);
  --color-accent-content: oklch(38% 0.063 188.416);
  --color-neutral: oklch(49% 0.27 292.581);
  --color-neutral-content: oklch(92% 0 0);
  --color-info: oklch(74% 0.16 232.661);
  --color-info-content: oklch(29% 0.066 243.157);
  --color-success: oklch(76% 0.177 163.223);
  --color-success-content: oklch(37% 0.077 168.94);
  --color-warning: oklch(82% 0.189 84.429);
  --color-warning-content: oklch(41% 0.112 45.904);
  --color-error: oklch(71% 0.194 13.428);
  --color-error-content: oklch(27% 0.105 12.094);
  --radius-selector: 0.5rem;
  --radius-field: 0.25rem;
  --radius-box: 0.5rem;
  --size-selector: 0.25rem;
  --size-field: 0.25rem;
  --border: 1px;
  --depth: 1;
  --noise: 0;
  --theme-name: "light";
  --theme-prefers-dark: false;
  --theme-color-scheme: "light";
}