
    :root {
      --background: #f7f9f3;
--foreground: #000000;
--card: #ffffff;
--card-foreground: #000000;
--popover: #ffffff;
--popover-foreground: #000000;
--primary: #4f46e5;
--primary-foreground: #ffffff;
--secondary: #14b8a6;
--secondary-foreground: #ffffff;
--muted: #f0f0f0;
--muted-foreground: #333333;
--accent: #f59e0b;
--accent-foreground: #000000;
--destructive: #ef4444;
--destructive-foreground: #ffffff;
--border: #000000;
--input: #737373;
--ring: #a5b4fc;
--chart-1: #4f46e5;
--chart-2: #14b8a6;
--chart-3: #f59e0b;
--chart-4: #ec4899;
--chart-5: #22c55e;
--radius: 1rem;
--sidebar: #f7f9f3;
--sidebar-foreground: #000000;
--sidebar-primary: #4f46e5;
--sidebar-primary-foreground: #ffffff;
--sidebar-accent: #f59e0b;
--sidebar-accent-foreground: #000000;
--sidebar-border: #000000;
--sidebar-ring: #a5b4fc;
--font-sans: DM Sans, sans-serif;
--font-serif: DM Sans, sans-serif;
--font-mono: Space Mono, monospace;
--shadow-color: #1a1a1a;
--shadow-opacity: 0.05;
--shadow-blur: 0px;
--shadow-spread: 0px;
--shadow-offset-x: 0px;
--shadow-offset-y: 0px;
--letter-spacing: normal;
--spacing: 0.25rem;
    }

    .dark {
      --background: #000000;
--foreground: #ffffff;
--card: #1a212b;
--card-foreground: #ffffff;
--popover: #1a212b;
--popover-foreground: #ffffff;
--primary: #818cf8;
--primary-foreground: #000000;
--secondary: #2dd4bf;
--secondary-foreground: #000000;
--muted: #333333;
--muted-foreground: #cccccc;
--accent: #fcd34d;
--accent-foreground: #000000;
--destructive: #f87171;
--destructive-foreground: #000000;
--border: #545454;
--input: #ffffff;
--ring: #818cf8;
--chart-1: #818cf8;
--chart-2: #2dd4bf;
--chart-3: #fcd34d;
--chart-4: #f472b6;
--chart-5: #4ade80;
--radius: 1rem;
--sidebar: #000000;
--sidebar-foreground: #ffffff;
--sidebar-primary: #818cf8;
--sidebar-primary-foreground: #000000;
--sidebar-accent: #fcd34d;
--sidebar-accent-foreground: #000000;
--sidebar-border: #ffffff;
--sidebar-ring: #818cf8;
--font-sans: DM Sans, sans-serif;
--font-serif: DM Sans, sans-serif;
--font-mono: Space Mono, monospace;
--shadow-color: #1a1a1a;
--shadow-opacity: 0.05;
--shadow-blur: 0px;
--shadow-spread: 0px;
--shadow-offset-x: 0px;
--shadow-offset-y: 0px;
--letter-spacing: normal;
--spacing: 0.25rem;
    }
  