:root {
    --card: #f5f5f5;
    --info: #0ea5e9;
    --ring: #fde047;
    --error: #ef4444;
    --input: #f4f4f5;
    --muted: #e4e4e7;
    --accent: #facc15;
    --border: #e4e4e7;
    --chart-1: #b91c1c;
    --chart-2: #1d4ed8;
    --chart-3: #ca8a04;
    --chart-4: #6d28d9;
    --chart-5: #ef4444;
    --popover: #ffffff;
    --primary: #fff400;
    --sidebar: #f4f4f5;
    --success: #22c55e;
    --warning: #f59e0b;
    --secondary: #d1d5db;
    --background: #F2F3F5;
    --foreground: #18181b;
    --destructive: #ef4444;
    --sidebar-ring: #facc15;
    --sidebar-accent: #facc15;
    --sidebar-border: #e4e4e7;
    --card-foreground: #18181b;
    --info-foreground: #ffffff;
    --sidebar-primary: #fff400;
    --error-foreground: #ffffff;
    --muted-foreground: #71717a;
    --accent-foreground: #18181b;
    --popover-foreground: #18181b;
    --primary-foreground: #18181b;
    --sidebar-foreground: #18181b;
    --success-foreground: #ffffff;
    --warning-foreground: #18181b;
    --secondary-foreground: #18181b;
    --destructive-foreground: #ffffff;
    --sidebar-accent-foreground: #18181b;
    --sidebar-primary-foreground: #18181b;
    --radius: 0.5rem;
    --letter-spacing: 0em;
    --spacing: 0.25rem;
    --shadow-blur: 3px;
    --shadow-color: 0, 0%, 30%;
    --shadow-spread: 0px;
    --shadow-opacity: 0.08;
    --shadow-offset-x: 0px;
    --shadow-offset-y: 1px;
    --font-sans: Open Sans;
  }
  
  :root.dark {
    --card: #171717;
    --info: #0ea5e9;
    --ring: #fde047;
    --error: #ef4444;
    --input: #262626;
    --muted: #262626;
    --accent: #facc15;
    --border: #404040;
    --chart-1: #b91c1c;
    --chart-2: #1d4ed8;
    --chart-3: #ca8a04;
    --chart-4: #6d28d9;
    --chart-5: #ef4444;
    --popover: #171717;
    --primary: #fff400;
    --sidebar: #171717;
    --success: #22c55e;
    --warning: #f59e0b;
    --secondary: #262626;
    --background: #0a0a0a;
    --foreground: #f5f5f5;
    --destructive: #ef4444;
    --sidebar-ring: #facc15;
    --sidebar-accent: #facc15;
    --sidebar-border: #404040;
    --card-foreground: #f5f5f5;
    --info-foreground: #ffffff;
    --sidebar-primary: #fde047;
    --error-foreground: #ffffff;
    --muted-foreground: #a3a3a3;
    --accent-foreground: #171717;
    --popover-foreground: #fde047;
    --primary-foreground: #171717;
    --sidebar-foreground: #f5f5f5;
    --success-foreground: #ffffff;
    --warning-foreground: #171717;
    --secondary-foreground: #f5f5f5;
    --destructive-foreground: #ffffff;
    --sidebar-accent-foreground: #171717;
    --sidebar-primary-foreground: #171717;
    --radius: 0.5rem;
    --letter-spacing: 0em;
    --spacing: 0.25rem;
    --shadow-blur: 3px;
    --shadow-color: 0, 0%, 30%;
    --shadow-spread: 0px;
    --shadow-opacity: 0.08;
    --shadow-offset-x: 0px;
    --shadow-offset-y: 1px;
    --font-sans: Open Sans;
  }
  