/**
 * Color Stylesheet
 *
 * Publication: Fish's Gamedev Blog
 * AT Protocol URI: at://did:plc:vahtz72vqgetnz3cf4xsa7iv/site.standard.publication/3mp5ehduok22c
 * Domain: blog.nsfw.rocks
 *
 * 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-26T01:25:34+00:00
 * Version: 1.0.0
 */

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

  --color-base-100: oklch(17.70% 0.0280 232.20);
  --color-base-200: oklch(22.70% 0.0280 232.20);
  --color-base-300: oklch(27.70% 0.0280 232.20);
  --color-base-content: oklch(0.913 0.038 242.1);

  --color-primary: oklch(0.573 0.095 234.6);
  --color-primary-content: oklch(0.913 0.038 242.1);

  --color-secondary: oklch(27.6% 0.064 261);
  --color-secondary-content: oklch(85.5% 0.012 261);

  --color-accent: oklch(36.7% 0.051 339);
  --color-accent-content: oklch(87.3% 0.010 339);

  --color-neutral: #2d2832;
  --color-neutral-content: oklch(98.4% 0.003 248);

  --color-info: oklch(79.1% 0.121 237);
  --color-info-content: oklch(15.8% 0.024 237);

  --color-success: oklch(78.1% 0.192 132);
  --color-success-content: oklch(15.6% 0.038 132);

  --color-warning: oklch(86.1% 0.136 103);
  --color-warning-content: oklch(17.2% 0.027 103);

  --color-error: oklch(71.8% 0.176 23);
  --color-error-content: oklch(14.3% 0.035 23);

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

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

  --border: 1px;

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

