/**
 * Color Stylesheet
 *
 * Publication: Applicative Blog
 * AT Protocol URI: at://did:plc:zjay7rhxyxxhxero37leomyr/site.standard.publication/3mmtdtv4co32m
 * Domain: blog.applicative.co
 *
 * This stylesheet contains the custom theme variables for this publication.
 * All DaisyUI theme variables are customizable to create a unique visual identity.
 *
 * Generated: 2026-05-27T18:02:48+00:00
 * Version: 1.0.0
 */

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

  --color-base-100: oklch(51.10% 0.1530 257.20);
  --color-base-200: oklch(49.06% 0.1530 257.20);
  --color-base-300: oklch(46.50% 0.1530 257.20);
  --color-base-content: oklch(0.923 0.034 271.0);

  --color-primary: oklch(0.609 0.182 257.1);
  --color-primary-content: oklch(0.923 0.034 271.0);

  --color-secondary: oklch(22.4% 0.075 38);
  --color-secondary-content: oklch(90.1% 0.081 71);

  --color-accent: oklch(46.4% 0.111 38);
  --color-accent-content: oklch(90.1% 0.081 71);

  --color-neutral: oklch(55.0% 0.195 38);
  --color-neutral-content: oklch(98.0% 0.016 74);

  --color-info: oklch(42.0% 0.199 266);
  --color-info-content: oklch(90.1% 0.081 71);

  --color-success: oklch(43.0% 0.095 167);
  --color-success-content: oklch(90.1% 0.081 71);

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

  --color-error: oklch(70.4% 0.191 22);
  --color-error-content: oklch(39.0% 0.141 26);

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

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

  --border: 2px;

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

