/* :root:has(input.theme-controller[value=apptheme]:checked),[data-theme="mytheme"] { 
  color-scheme: "light";
  --color-base-100: oklch(100% 0 0);
  --color-base-200: oklch(98% 0 0);
  --color-base-300: oklch(95% 0 0);
  --color-base-content: oklch(21% 0.006 285.885);
  --color-primary: oklch(38% 0.176 304.987);
  --color-primary-content: oklch(94% 0.033 307.174);
  --color-secondary: oklch(77% 0.152 181.912);
  --color-secondary-content: oklch(43% 0.078 188.216);
  --color-accent: oklch(92% 0.12 95.746);
  --color-accent-content: oklch(55% 0.163 48.998);
  --color-neutral: oklch(44% 0.043 257.281);
  --color-neutral-content: oklch(96% 0.007 247.896);
  --color-info: oklch(68% 0.169 237.323);
  --color-info-content: oklch(97% 0.013 236.62);
  --color-success: oklch(89% 0.196 126.665);
  --color-success-content: oklch(53% 0.157 131.589);
  --color-warning: oklch(82% 0.189 84.429);
  --color-warning-content: oklch(41% 0.112 45.904);
  --color-error: oklch(63% 0.237 25.331);
  --color-error-content: oklch(97% 0.013 17.38);
  --radius-selector: 0.5rem;
  --radius-field: 0.5rem;
  --radius-box: 0.5rem;
  --size-selector: 0.25rem;
  --size-field: 0.25rem;
  --border: 1.5px;
  --depth: 1;
  --noise: 0;
} */

:root:has(input.theme-controller[value=apptheme]:checked),[data-theme="mytheme"] { 
  name: "retro-90s";
  default: false;
  prefersdark: false;
  color-scheme: "light";

  /* Base: Soft lavendar-tinted off-white background */
  --color-base-100: oklch(97% 0.012 285);
  --color-base-200: oklch(93% 0.02 285);
  --color-base-300: oklch(87% 0.03 285);
  --color-base-content: oklch(20% 0.06 285);

  /* Primary: Vibrant Electric Purple */
  /* --color-primary: oklch(52% 0.28 295); */
    --color-primary: oklch(38% 0.176 304.987);

  --color-primary-content: oklch(98% 0.01 295);

  /* Secondary: Classic 90s Teal / Cyan */
  /* --color-secondary: oklch(72% 0.19 192); */
    --color-secondary: oklch(77% 0.152 181.912);

  --color-secondary-content: oklch(20% 0.06 192);

  /* Accent: Hot Magenta / Pink */
  --color-accent: oklch(68% 0.26 330);
  --color-accent-content: oklch(98% 0.01 330);

  /* Neutral: Dark Retro Plum */
  --color-neutral: oklch(25% 0.08 285);
  --color-neutral-content: oklch(95% 0.02 285);

  /* Feedback Colors (High saturation retro pop) */
  --color-info: oklch(72% 0.20 230);
  --color-info-content: oklch(18% 0.06 230);
  --color-success: oklch(76% 0.24 145);
  --color-success-content: oklch(20% 0.08 145);
  --color-warning: oklch(86% 0.22 85);
  --color-warning-content: oklch(25% 0.08 85);
  --color-error: oklch(65% 0.25 25);
  --color-error-content: oklch(98% 0.01 25);

  /* Styling Tweaks: Slightly boxier radiuses & defined 2px borders */
  --radius-selector: 0.5rem;
  --radius-field: 0.5rem;
  --radius-box: 0.5rem;
  --size-selector: 0.25rem;
  --size-field: 0.25rem;
  --border: 2px;
  --depth: 0;
  --noise: 0;
}