:root {
  --background: #faf7f0;
  --foreground: #000000;
  --card: #ffffff;
  --card-foreground: #000000;
  --popover: #ffffff;
  --popover-foreground: #000000;
  --primary: #355d43;
  --primary-foreground: #ffffff;
  --secondary: #e8e1d2;
  --secondary-foreground: #000000;
  --muted: #ebe8e2;
  --muted-foreground: #646360;
  --accent: #e8e1d2;
  --accent-foreground: #000000;
  --destructive: #b91c1c;
  --destructive-foreground: #ffffff;
  --border: #cdcbc5;
  --input: #cdcbc5;
  --ring: #355d43;
  --radius: 0.25rem;
  --sidebar: #ffffff;
  --sidebar-foreground: #000000;
  --sidebar-primary: #355d43;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #e8e1d2;
  --sidebar-accent-foreground: #000000;
  --sidebar-border: #cdcbc5;
  --sidebar-ring: #355d43;
  --chart-1: #355d43;
  --chart-2: #e8e1d2;
  --chart-3: #8f9f8b;
  --chart-4: #284632;
  --chart-5: #aea99e;
}
.dark {
  --background: #0f0f0e;
  --foreground: #ffffff;
  --card: #1f1f1f;
  --card-foreground: #ffffff;
  --popover: #1f1f1f;
  --popover-foreground: #ffffff;
  --primary: #688672;
  --primary-foreground: #000000;
  --secondary: #3a3835;
  --secondary-foreground: #ffffff;
  --muted: #1d1d1c;
  --muted-foreground: #939393;
  --accent: #3a3835;
  --accent-foreground: #ffffff;
  --destructive: #b91c1c;
  --destructive-foreground: #ffffff;
  --border: #3a3a39;
  --input: #3a3a39;
  --ring: #688672;
  --radius: 0.25rem;
  --sidebar: #1f1f1f;
  --sidebar-foreground: #ffffff;
  --sidebar-primary: #688672;
  --sidebar-primary-foreground: #000000;
  --sidebar-accent: #3a3835;
  --sidebar-accent-foreground: #ffffff;
  --sidebar-border: #3a3a39;
  --sidebar-ring: #688672;
  --chart-1: #688672;
  --chart-2: #3a3835;
  --chart-3: #515f54;
  --chart-4: #8ea495;
  --chart-5: #6b6a68;
}
