:root[data-theme="neobrutalism"] {
  --background: oklch(0.97 0.018 92);
  --foreground: oklch(0.22 0.02 92);
  --card: oklch(0.99 0.01 92);
  --card-foreground: oklch(0.22 0.02 92);
  --popover: oklch(0.99 0.01 92);
  --popover-foreground: oklch(0.22 0.02 92);
  --primary: oklch(0.84 0.17 95);
  --primary-foreground: oklch(0.16 0.01 92);
  --secondary: oklch(0.74 0.17 145);
  --secondary-foreground: oklch(0.16 0.01 145);
  --muted: oklch(0.92 0.02 92);
  --muted-foreground: oklch(0.43 0.03 92);
  --accent: oklch(0.72 0.2 28);
  --accent-foreground: oklch(0.14 0.01 28);
  --destructive: oklch(0.68 0.22 25);
  --border: oklch(0.22 0.02 92);
  --input: oklch(0.88 0.015 92);
  --ring: oklch(0.72 0.2 28);
  --radius: 0rem;
  --glass-blur: 0px;
  --glass-border: 0 solid transparent;
  --nb-shadow: 0.32rem 0.32rem 0 0 oklch(0.22 0.02 92 / 0.9);
  --nb-border: 3px solid oklch(0.22 0.02 92 / 0.95);
  --glow-sm: 0 0 0 transparent;
  --glow-md: 0 0 0 transparent;
  --cp-grid: none;
  --build-up-intensity: 0;
}

:root[data-theme="neobrutalism"].dark {
  --background: oklch(0.18 0.02 92);
  --foreground: oklch(0.96 0.01 98);
  --card: oklch(0.23 0.02 92);
  --card-foreground: oklch(0.96 0.01 98);
  --popover: oklch(0.23 0.02 92);
  --popover-foreground: oklch(0.96 0.01 98);
  --primary: oklch(0.82 0.16 95);
  --primary-foreground: oklch(0.14 0.01 92);
  --secondary: oklch(0.72 0.15 145);
  --secondary-foreground: oklch(0.12 0.01 145);
  --muted: oklch(0.28 0.015 92);
  --muted-foreground: oklch(0.76 0.02 98);
  --accent: oklch(0.74 0.18 28);
  --accent-foreground: oklch(0.12 0.01 28);
  --destructive: oklch(0.7 0.21 25);
  --border: oklch(0.94 0.01 98);
  --input: oklch(0.33 0.02 92);
  --ring: oklch(0.82 0.16 95);
  --radius: 0rem;
  --glass-blur: 0px;
  --glass-border: 0 solid transparent;
  --nb-shadow: 0.32rem 0.32rem 0 0 oklch(0.94 0.01 98 / 0.9);
  --nb-border: 3px solid oklch(0.94 0.01 98 / 0.95);
  --glow-sm: 0 0 0 transparent;
  --glow-md: 0 0 0 transparent;
  --cp-grid: none;
  --build-up-intensity: 0;
}