/**
 * Color Stylesheet
 *
 * Publication: Taproot Notes
 * AT Protocol URI: at://did:plc:7gm5ejhut7kia2kzglqfew5b/site.standard.publication/3mi2gtoixp32e
 * Domain: notes.atproto.at
 *
 * 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-21T08:23:02+00:00
 * Version: 1.0.0
 */

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

  --color-base-100: oklch(89.10% 0.2360 138.60);
  --color-base-200: oklch(85.54% 0.2360 138.60);
  --color-base-300: oklch(81.08% 0.2360 138.60);
  --color-base-content: oklch(0.173 0.053 137.6);

  --color-primary: oklch(0.564 0.170 138.2);
  --color-primary-content: oklch(0.173 0.053 137.6);

  --color-secondary: oklch(42.6% 0.161 282);
  --color-secondary-content: oklch(88.5% 0.032 282);

  --color-accent: oklch(59.9% 0.191 335);
  --color-accent-content: oklch(12.0% 0.038 335);

  --color-neutral: oklch(19.6% 0.063 258);
  --color-neutral-content: oklch(83.9% 0.012 258);

  --color-info: oklch(88.1% 0.085 215);
  --color-info-content: oklch(17.6% 0.017 215);

  --color-success: oklch(80.5% 0.077 198);
  --color-success-content: oklch(16.1% 0.015 198);

  --color-warning: oklch(89.2% 0.045 71);
  --color-warning-content: oklch(17.8% 0.009 71);

  --color-error: oklch(73.1% 0.110 20);
  --color-error-content: oklch(14.6% 0.022 20);

  --radius-selector: 1rem;
  --radius-field: 0.5rem;
  --radius-box: 1rem;

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

  --border: 1px;

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

