/**
 * Color Stylesheet
 *
 * Publication: The Digital Renaisance
 * AT Protocol URI: at://did:plc:qy5pluw2bsuq2x6albsgkvx3/site.standard.publication/3mjsol3sb5k2q
 * Domain: blog.samclemente.me
 *
 * 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-20T00:31:00+00:00
 * Version: 1.0.0
 */

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

  --color-base-100: oklch(41.00% 0.1170 141.40);
  --color-base-200: oklch(46.00% 0.1170 141.40);
  --color-base-300: oklch(51.00% 0.1170 141.40);
  --color-base-content: oklch(0.947 0.085 143.4);

  --color-primary: oklch(0.603 0.172 141.4);
  --color-primary-content: oklch(0.947 0.085 143.4);

  --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: 0.5rem;
  --radius-field: 0.5rem;
  --radius-box: 0.5rem;

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

  --border: 1px;

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

