/*
 * Brand overlay — generated for this site.
 *
 * The cyan-tinted accent and dot-grid pattern reinforce the precision-tech aesthetic, while snappier motion scales reflect the efficiency required for real-time error monitoring.
 *
 * Loaded AFTER the palette stylesheet so these declarations win.
 * Edit freely; the palette underneath stays intact.
 */

:root {
  --color-accent: oklch(78% 0.16 195);
  --duration-fast: calc(var(--duration-fast) * 0.75);
  --duration-normal: calc(var(--duration-normal) * 0.75);
  --duration-slow: calc(var(--duration-slow) * 0.75);
}

body {
    background-image:
      radial-gradient(
        color-mix(in oklab, var(--color-foreground) 12%, transparent),
        transparent 1px
      );
    background-size: 24px 24px;
    background-attachment: fixed;
  }
