/**
 * Color Stylesheet
 *
 * Publication: Chris Till
 * AT Protocol URI: at://did:plc:xk7xlkovqukhhsqa2mf24bjb/site.standard.publication/3mox2jtoqlv2q
 * Domain: christill.org
 *
 * 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-23T18:39:10+00:00
 * Version: 1.0.0
 */

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

  --color-base-100: oklch(32.00% 0.0830 150.90);
  --color-base-200: oklch(37.00% 0.0830 150.90);
  --color-base-300: oklch(42.00% 0.0830 150.90);
  --color-base-content: oklch(0.914 0.143 151.9);

  --color-primary: oklch(0.603 0.155 151.3);
  --color-primary-content: oklch(0.914 0.143 151.9);

  --color-secondary: oklch(75.0% 0.183 56);
  --color-secondary-content: oklch(40.0% 0.123 38);

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

  --color-neutral: oklch(37.4% 0.010 68);
  --color-neutral-content: oklch(92.3% 0.003 49);

  --color-info: oklch(74.0% 0.160 233);
  --color-info-content: oklch(39.1% 0.093 241);

  --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(70.4% 0.191 22);
  --color-error-content: oklch(39.0% 0.141 26);

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

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

  --border: 1px;

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

