/**
 * Color Stylesheet
 *
 * Publication: Ideanation
 * AT Protocol URI: at://did:plc:v4zpi74gy7enfiwke7hmoxv5/site.standard.publication/3mi2oat62mb2w
 * Domain: ideanation.pixeline.be
 *
 * This stylesheet contains the custom theme variables for this publication.
 * All DaisyUI theme variables are customizable to create a unique visual identity.
 *
 * Generated: 2026-06-08T00:15:08+00:00
 * Version: 1.0.0
 */

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

  --color-base-100: oklch(72.60% 0.2220 144.90);
  --color-base-200: oklch(69.70% 0.2220 144.90);
  --color-base-300: oklch(66.07% 0.2220 144.90);
  --color-base-content: oklch(0.182 0.056 144.0);

  --color-primary: oklch(0.627 0.192 144.9);
  --color-primary-content: oklch(0.182 0.056 144.0);

  --color-secondary: oklch(65.0% 0.241 354);
  --color-secondary-content: oklch(94.8% 0.029 343);

  --color-accent: oklch(77.0% 0.152 183);
  --color-accent-content: oklch(38.0% 0.063 188);

  --color-neutral: oklch(14.1% 0.005 286);
  --color-neutral-content: oklch(92.0% 0.004 286);

  --color-info: oklch(74.0% 0.160 233);
  --color-info-content: oklch(29.3% 0.066 243);

  --color-success: oklch(76.0% 0.177 163);
  --color-success-content: oklch(37.0% 0.077 169);

  --color-warning: oklch(82.7% 0.189 84);
  --color-warning-content: oklch(41.4% 0.112 46);

  --color-error: oklch(71.2% 0.193 13);
  --color-error-content: oklch(27.3% 0.101 12);

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

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

  --border: 1px;

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

