/**
 * Color Stylesheet
 *
 * Publication: fourthings
 * AT Protocol URI: at://did:plc:er3fe6bjsuhwchyfdwyygxud/site.standard.publication/3mpxtpocclv2c
 * Domain: fourthings.gm0stache.eu
 *
 * 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-06T12:59:15+00:00
 * Version: 1.0.0
 */

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

  --color-base-100: oklch(96.60% 0.0090 258.30);
  --color-base-200: oklch(93.60% 0.0090 258.30);
  --color-base-300: oklch(89.60% 0.0090 258.30);
  --color-base-content: oklch(0.250 0.027 246.8);

  --color-primary: oklch(0.645 0.072 247.7);
  --color-primary-content: oklch(0.250 0.027 246.8);

  --color-secondary: oklch(45.0% 0.013 49);
  --color-secondary-content: oklch(95.0% 0.004 49);

  --color-accent: oklch(60.0% 0.011 319);
  --color-accent-content: oklch(95.0% 0.003 319);

  --color-neutral: oklch(24.4% 0.078 265);
  --color-neutral-content: oklch(91.4% 0.033 278);

  --color-info: oklch(72.0% 0.017 210);
  --color-info-content: oklch(25.0% 0.008 210);

  --color-success: oklch(72.0% 0.017 150);
  --color-success-content: oklch(25.0% 0.008 150);

  --color-warning: oklch(82.0% 0.017 85);
  --color-warning-content: oklch(25.0% 0.008 85);

  --color-error: oklch(63.0% 0.017 25);
  --color-error-content: oklch(95.0% 0.005 25);

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

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

  --border: 1px;

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

