
    :root {
      --background: #e4d7b0;
--foreground: #5c4b3e;
--card: #e7dbbf;
--card-foreground: #5c4b3e;
--popover: #f3ead2;
--popover-foreground: #5c4b3e;
--primary: #8d9d4f;
--primary-foreground: #fdfbf6;
--secondary: #decea0;
--secondary-foreground: #5c4b3e;
--muted: #decea0;
--muted-foreground: #85766a;
--accent: #dbc894;
--accent-foreground: #5c4b3e;
--destructive: #d98b7e;
--destructive-foreground: #faf8f2;
--border: #b19681;
--input: #dbc894;
--ring: #9db18c;
--chart-1: #9db18c;
--chart-2: #8a9f7b;
--chart-3: #bac9b4;
--chart-4: #71856a;
--chart-5: #5e6e58;
--radius: 0.425rem;
--sidebar: #e2d1a2;
--sidebar-foreground: #5c4b3e;
--sidebar-primary: #9db18c;
--sidebar-primary-foreground: #fdfbf6;
--sidebar-accent: #eae5d9;
--sidebar-accent-foreground: #5c4b3e;
--sidebar-border: #e5e0d4;
--sidebar-ring: #9db18c;
--font-sans: Merriweather, serif;
--font-serif: Source Serif 4, serif;
--font-mono: JetBrains Mono, monospace;
--shadow-color: hsl(88 22% 35% / 0.15);
--shadow-opacity: 0.15;
--shadow-blur: 2px;
--shadow-spread: 0px;
--shadow-offset-x: 3px;
--shadow-offset-y: 3px;
--letter-spacing: 0em;
--spacing: 0.25rem;
    }

    .dark {
      --background: #3a3529;
--foreground: #ede4d4;
--card: #413c33;
--card-foreground: #ede4d4;
--popover: #413c33;
--popover-foreground: #ede4d4;
--primary: #8a9f7b;
--primary-foreground: #2a2521;
--secondary: #5a5345;
--secondary-foreground: #ede4d4;
--muted: #4a4439;
--muted-foreground: #a8a096;
--accent: #a18f5c;
--accent-foreground: #2a2521;
--destructive: #b5766a;
--destructive-foreground: #f0e9db;
--border: #5a5345;
--input: #5a5345;
--ring: #8a9f7b;
--chart-1: #8a9f7b;
--chart-2: #9db18c;
--chart-3: #71856a;
--chart-4: #a18f5c;
--chart-5: #5e6e58;
--radius: 0.425rem;
--sidebar: #3a3529;
--sidebar-foreground: #ede4d4;
--sidebar-primary: #8a9f7b;
--sidebar-primary-foreground: #2a2521;
--sidebar-accent: #a18f5c;
--sidebar-accent-foreground: #2a2521;
--sidebar-border: #5a5345;
--sidebar-ring: #8a9f7b;
--font-sans: Merriweather, serif;
--font-serif: Source Serif 4, serif;
--font-mono: JetBrains Mono, monospace;
--shadow-color: hsl(88 22% 35% / 0.15);
--shadow-opacity: 0.15;
--shadow-blur: 2px;
--shadow-spread: 0px;
--shadow-offset-x: 3px;
--shadow-offset-y: 3px;
--letter-spacing: 0em;
--spacing: 0.25rem;
    }
  