/**
 * Color Stylesheet
 *
 * Publication: jfw
 * AT Protocol URI: at://did:plc:xvp54mt5gyegb2gsivs553be/site.standard.publication/3mix26kdd5k26
 * Domain: blog.jfw.ca
 *
 * 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-08T04:58:57+00:00
 * Version: 1.0.0
 */

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

  --color-base-100: oklch(37.70% 0.0970 275.50);
  --color-base-200: oklch(42.70% 0.0970 275.50);
  --color-base-300: oklch(47.70% 0.0970 275.50);
  --color-base-content: oklch(0.931 0.018 282.5);

  --color-primary: oklch(0.644 0.094 279.2);
  --color-primary-content: oklch(0.931 0.018 282.5);

  --color-secondary: oklch(56.0% 0.130 186);
  --color-secondary-content: oklch(100.0% 0.000 0);

  --color-accent: oklch(60.6% 0.240 293);
  --color-accent-content: oklch(100.0% 0.000 0);

  --color-neutral: oklch(100.0% 0.000 0);
  --color-neutral-content: oklch(0.0% 0.000 0);

  --color-info: oklch(80.9% 0.117 251);
  --color-info-content: oklch(30.2% 0.056 230);

  --color-success: oklch(87.1% 0.144 154);
  --color-success-content: oklch(26.6% 0.065 153);

  --color-warning: oklch(87.0% 0.169 92);
  --color-warning-content: oklch(27.9% 0.077 46);

  --color-error: oklch(80.8% 0.114 20);
  --color-error-content: oklch(25.8% 0.092 26);

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

