/**
 * Color Stylesheet
 *
 * Publication: Build Notes
 * AT Protocol URI: at://did:plc:qy5pluw2bsuq2x6albsgkvx3/site.standard.publication/3mjsym7yy322e
 * Domain: blog.stygiantech.dev
 *
 * 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-22T04:37:15+00:00
 * Version: 1.0.0
 */

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

  --color-base-100: oklch(23.00% 0.0470 334.00);
  --color-base-200: oklch(28.00% 0.0470 334.00);
  --color-base-300: oklch(33.00% 0.0470 334.00);
  --color-base-content: oklch(0.917 0.028 334.9);

  --color-primary: oklch(0.606 0.125 335.3);
  --color-primary-content: oklch(0.917 0.028 334.9);

  --color-secondary: oklch(35.0% 0.000 0);
  --color-secondary-content: oklch(100.0% 0.000 0);

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

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

  --color-info: oklch(45.2% 0.313 264);
  --color-info-content: oklch(89.0% 0.062 264);

  --color-success: oklch(52.0% 0.176 142);
  --color-success-content: oklch(90.4% 0.035 142);

  --color-warning: oklch(96.8% 0.211 110);
  --color-warning-content: oklch(19.4% 0.042 110);

  --color-error: oklch(62.8% 0.257 29);
  --color-error-content: oklch(12.6% 0.051 29);

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

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

  --border: 1px;

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

