/**
 * Color Stylesheet
 *
 * Publication: Fabricated Technobloggle
 * AT Protocol URI: at://did:plc:tz5evxwtcsp5m7cetlekr72y/site.standard.publication/3mjnw33ye6m22
 * Domain: fabricatedtechnobabble.com
 *
 * 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-06T17:51:47+00:00
 * Version: 1.0.0
 */

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

  --color-base-100: oklch(32.30% 0.0650 124.90);
  --color-base-200: oklch(37.30% 0.0650 124.90);
  --color-base-300: oklch(42.30% 0.0650 124.90);
  --color-base-content: oklch(0.910 0.183 125.3);

  --color-primary: oklch(0.586 0.118 125.2);
  --color-primary-content: oklch(0.910 0.183 125.3);

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

