[data-theme="sportscare"] {
  color-scheme: light;

  /* Primary — Conference Care brand navy */
  --color-primary: oklch(0.4575 0.0871 243.5024);
  --color-primary-content: oklch(0.98 0.005 243);

  /* Secondary — light blue accent */
  --color-secondary: oklch(0.65 0.12 236);
  --color-secondary-content: oklch(0.98 0.005 236);

  /* Accent — teal */
  --color-accent: oklch(0.70 0.12 180);
  --color-accent-content: oklch(0.98 0.005 180);

  /* Neutral */
  --color-neutral: oklch(0.32 0.02 260);
  --color-neutral-content: oklch(0.96 0.005 260);

  /* Base */
  --color-base-100: oklch(0.99 0.002 260);
  --color-base-200: oklch(0.96 0.004 260);
  --color-base-300: oklch(0.92 0.006 260);
  --color-base-content: oklch(0.28 0.02 260);

  /* Status */
  --color-info: oklch(0.6231 0.1880 259.8145);
  --color-info-content: oklch(0.98 0.005 260);
  --color-success: oklch(0.6280 0.1700 149.2000);
  --color-success-content: oklch(0.98 0.005 150);
  --color-warning: oklch(0.6800 0.1550 58.0000);
  --color-warning-content: oklch(0.25 0.02 58);
  --color-error: oklch(0.6368 0.2078 25.3313);
  --color-error-content: oklch(0.98 0.005 25);

  /* Shape */
  --radius-selector: 0.5rem;
  --radius-field: 0.25rem;
  --radius-box: 1rem;
  --size-selector: 0.25rem;
  --size-field: 0.25rem;
  --border: 1px;
  --depth: 1;
  --noise: 0;
}
