/* Chaos UI - CSS Variables */
/* These are the DEFAULT values - they will be overridden by your project's globals.css */
/* Only add this if you don't have these variables defined yet */

:root {
  /* Standard variables (same as shadcn/ui) */
  --primary: 347 100% 50%;           /* #ff0040 */
  --primary-foreground: 0 0% 100%;
  
  --secondary: 180 100% 50%;         /* #00ffff */
  --secondary-foreground: 0 0% 0%;
  
  --accent: 300 100% 50%;            /* #ff00ff */
  --accent-foreground: 0 0% 100%;
  
  --background: 0 0% 4%;             /* #0a0a0a */
  --foreground: 0 0% 98%;            /* #fafafa */
  
  --muted: 0 0% 9%;                  /* #171717 */
  --muted-foreground: 0 0% 63%;      /* #a1a1a1 */
  
  --border: 0 0% 20%;                /* #333333 */
  
  /* Chaos-specific (optional, for fine-tuning effects) */
  --destructive: 0 84% 60%;
  --destructive-foreground: 0 0% 98%;
}
