/**
 * Color Stylesheet
 *
 * Publication: Paris Prado
 * AT Protocol URI: at://did:plc:sdy6j5mpw3x7c24ztpe2pdo6/site.standard.publication/3mifq74d5bn2m
 * Domain: parisjprado.com
 *
 * This stylesheet contains the custom theme variables for this publication.
 * All DaisyUI theme variables are customizable to create a unique visual identity.
 *
 * Generated: 2026-04-28T03:21:53+00:00
 * Version: 1.0.0
 */

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

  --color-base-100: oklch(89.60% 0.2190 136.50);
  --color-base-200: oklch(86.02% 0.2190 136.50);
  --color-base-300: oklch(81.54% 0.2190 136.50);
  --color-base-content: oklch(0.173 0.043 135.7);

  --color-primary: oklch(0.566 0.140 136.5);
  --color-primary-content: oklch(0.173 0.043 135.7);

  --color-secondary: oklch(71.5% 0.143 215);
  --color-secondary-content: oklch(100.0% 0.000 0);

  --color-accent: oklch(76.0% 0.188 70);
  --color-accent-content: oklch(100.0% 0.000 0);

  --color-neutral: oklch(100.0% 0.000 0);
  --color-neutral-content: oklch(0.0% 0.000 0);

  --color-info: oklch(86.0% 0.127 207);
  --color-info-content: oklch(30.2% 0.056 230);

  --color-success: oklch(87.1% 0.144 154);
  --color-success-content: oklch(26.6% 0.065 153);

  --color-warning: oklch(87.0% 0.169 92);
  --color-warning-content: oklch(27.9% 0.077 46);

  --color-error: oklch(80.8% 0.114 20);
  --color-error-content: oklch(25.8% 0.092 26);

  --radius-selector: 2rem;
  --radius-field: 0.5rem;
  --radius-box: 0.75rem;

  --size-selector: 0.25rem;
  --size-field: 0.25rem;

  --border: 1px;

  --depth: 1;
  --noise: 0;
}

