/**
 * Color Stylesheet
 *
 * Publication: Patrick Singletary
 * AT Protocol URI: at://did:plc:stznz7qsokto2345qtdzogjb/site.standard.publication/3mi2kvy6tz62s
 * Domain: longfrom.stznz7qsokto2345qtdzogjb.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-07-03T17:23:49+00:00
 * Version: 1.0.0
 */

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

  --color-base-100: oklch(61.20% 0.1900 7.00);
  --color-base-200: oklch(58.75% 0.1900 7.00);
  --color-base-300: oklch(55.69% 0.1900 7.00);
  --color-base-content: oklch(0.919 0.032 5.5);

  --color-primary: oklch(0.511 0.158 6.8);
  --color-primary-content: oklch(0.919 0.032 5.5);

  --color-secondary: oklch(60.7% 0.108 310);
  --color-secondary-content: oklch(96.0% 0.016 294);

  --color-accent: oklch(93.4% 0.102 95);
  --color-accent-content: oklch(18.7% 0.020 95);

  --color-neutral: oklch(27.0% 0.146 266);
  --color-neutral-content: oklch(80.0% 0.146 266);

  --color-info: oklch(54.6% 0.217 263);
  --color-info-content: oklch(90.9% 0.043 263);

  --color-success: oklch(62.7% 0.169 149);
  --color-success-content: oklch(12.5% 0.033 149);

  --color-warning: oklch(66.6% 0.157 58);
  --color-warning-content: oklch(27.9% 0.077 46);

  --color-error: oklch(74.0% 0.190 27);
  --color-error-content: oklch(14.8% 0.038 27);

  --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: 0;
}

