:root[data-theme="doom-64"] {
    --background: 0 0% 80%;
    --foreground: 0 0% 12.1569%;
    --card: 0 0% 69.0196%;
    --card-foreground: 0 0% 12.1569%;
    --popover: 0 0% 69.0196%;
    --popover-foreground: 0 0% 12.1569%;
    --primary: 0 73.4597% 41.3725%;
    --primary-foreground: 0 0% 100%;
    --secondary: 82 38.9610% 30.1961%;
    --secondary-foreground: 0 0% 100%;
    --muted: 0 0% 72.1569%;
    --muted-foreground: 0 0% 29.0196%;
    --accent: 207.2727 44% 49.0196%;
    --accent-foreground: 0 0% 100%;
    --destructive: 26.1176 100% 50%;
    --destructive-foreground: 0 0% 0%;
    --border: 0 0% 31.3725%;
    --input: 0 0% 31.3725%;
    --ring: 0 73.4597% 41.3725%;
    --radius: 0px;
    /* Doom 64 light mode shadows - strong retro gaming aesthetic */
    --shadow-2xs: 0px 2px 4px 0px rgb(0 0 0 / 0.20);
    --shadow-xs: 0px 2px 4px 0px rgb(0 0 0 / 0.20);
    --shadow-sm: 0px 2px 4px 0px rgb(0 0 0 / 0.40), 0px 1px 2px -1px rgb(0 0 0 / 0.40);
    --shadow: 0px 2px 4px 0px rgb(0 0 0 / 0.40), 0px 1px 2px -1px rgb(0 0 0 / 0.40);
    --shadow-md: 0px 2px 4px 0px rgb(0 0 0 / 0.40), 0px 2px 4px -1px rgb(0 0 0 / 0.40);
    --shadow-lg: 0px 2px 4px 0px rgb(0 0 0 / 0.40), 0px 4px 6px -1px rgb(0 0 0 / 0.40);
    --shadow-xl: 0px 2px 4px 0px rgb(0 0 0 / 0.40), 0px 8px 10px -1px rgb(0 0 0 / 0.40);
    --shadow-2xl: 0px 2px 4px 0px rgb(0 0 0 / 1.00);
    --font-sans: "Oxanium", sans-serif;
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: "Source Code Pro", monospace;
  }

:root[data-theme="doom-64"].dark {
    --background: 0 0% 10.1961%;
    --foreground: 0 0% 87.8431%;
    --card: 0 0% 16.4706%;
    --card-foreground: 0 0% 87.8431%;
    --popover: 0 0% 16.4706%;
    --popover-foreground: 0 0% 87.8431%;
    --primary: 1.3636 77.1930% 55.2941%;
    --primary-foreground: 0 0% 100%;
    --secondary: 92.0388 47.9070% 42.1569%;
    --secondary-foreground: 0 0% 0%;
    --muted: 0 0% 14.5098%;
    --muted-foreground: 0 0% 62.7451%;
    --accent: 206.7123 89.0244% 67.8431%;
    --accent-foreground: 0 0% 0%;
    --destructive: 37.6471 100% 50%;
    --destructive-foreground: 0 0% 0%;
    --border: 0 0% 29.0196%;
    --input: 0 0% 29.0196%;
    --ring: 1.3636 77.1930% 55.2941%;
    --radius: 0px;
    /* Doom 64 dark mode shadows - enhanced intensity */
    --shadow-2xs: 0px 2px 5px 0px rgb(0 0 0 / 0.30);
    --shadow-xs: 0px 2px 5px 0px rgb(0 0 0 / 0.30);
    --shadow-sm: 0px 2px 5px 0px rgb(0 0 0 / 0.60), 0px 1px 2px -1px rgb(0 0 0 / 0.60);
    --shadow: 0px 2px 5px 0px rgb(0 0 0 / 0.60), 0px 1px 2px -1px rgb(0 0 0 / 0.60);
    --shadow-md: 0px 2px 5px 0px rgb(0 0 0 / 0.60), 0px 2px 4px -1px rgb(0 0 0 / 0.60);
    --shadow-lg: 0px 2px 5px 0px rgb(0 0 0 / 0.60), 0px 4px 6px -1px rgb(0 0 0 / 0.60);
    --shadow-xl: 0px 2px 5px 0px rgb(0 0 0 / 0.60), 0px 8px 10px -1px rgb(0 0 0 / 0.60);
    --shadow-2xl: 0px 2px 5px 0px rgb(0 0 0 / 1.50);
    --font-sans: "Oxanium", sans-serif;
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: "Source Code Pro", monospace;
  }
