/**
 * Color Stylesheet
 *
 * Publication: The Hollow Stone
 * AT Protocol URI: at://did:plc:m5ilb5uprefiapiu6iujrxb5/site.standard.publication/3mi4ixfpptm26
 * Domain: blog.hollowstone.press
 *
 * 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-10T01:37:06+00:00
 * Version: 1.0.0
 */

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

  --color-base-100: oklch(76.50% 0.2090 142.10);
  --color-base-200: oklch(73.44% 0.2090 142.10);
  --color-base-300: oklch(69.62% 0.2090 142.10);
  --color-base-content: oklch(0.181 0.049 142.0);

  --color-primary: oklch(0.622 0.170 142.1);
  --color-primary-content: oklch(0.181 0.049 142.0);

  --color-secondary: oklch(21.5% 0.001 17);
  --color-secondary-content: oklch(100.0% 0.000 0);

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

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

  --color-info: oklch(79.5% 0.103 206);
  --color-info-content: oklch(15.9% 0.020 206);

  --color-success: oklch(90.1% 0.153 164);
  --color-success-content: oklch(18.0% 0.030 164);

  --color-warning: oklch(88.4% 0.135 80);
  --color-warning-content: oklch(17.7% 0.027 80);

  --color-error: oklch(78.7% 0.150 28);
  --color-error-content: oklch(15.7% 0.030 28);

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

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

  --border: 1px;

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

