/**
 * Color Stylesheet
 *
 * Publication: Atmosphere Community
 * AT Protocol URI: at://did:plc:lehcqqkwzcwvjvw66uthu5oq/site.standard.publication/3mjnpilwnrp2v
 * Domain: blog.atmosphere.community
 *
 * 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-17T07:03:30+00:00
 * Version: 1.0.0
 */

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

  --color-base-100: oklch(87.30% 0.1470 88.30);
  --color-base-200: oklch(83.81% 0.1470 88.30);
  --color-base-300: oklch(79.44% 0.1470 88.30);
  --color-base-content: oklch(0.188 0.036 87.5);

  --color-primary: oklch(0.613 0.114 89.7);
  --color-primary-content: oklch(0.188 0.036 87.5);

  --color-secondary: oklch(15.9% 0.000 0);
  --color-secondary-content: oklch(91.7% 0.078 205);

  --color-accent: oklch(15.9% 0.000 0);
  --color-accent-content: oklch(92.0% 0.120 96);

  --color-neutral: oklch(15.9% 0.000 0);
  --color-neutral-content: oklch(87.0% 0.000 0);

  --color-info: oklch(79.5% 0.103 206);
  --color-info-content: oklch(15.9% 0.020 206);

  --color-success: oklch(87.1% 0.144 154);
  --color-success-content: oklch(18.0% 0.030 164);

  --color-warning: oklch(88.4% 0.135 80);
  --color-warning-content: oklch(17.7% 0.027 80);

  --color-error: oklch(78.7% 0.150 28);
  --color-error-content: oklch(15.7% 0.030 28);

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

