:root {
  --background: #fdfbf7;
  --foreground: #4a3b33;
  --card: #f8f4ee;
  --card-foreground: #4a3b33;
  --popover: #f8f4ee;
  --popover-foreground: #4a3b33;
  --primary: #b45309;
  --primary-foreground: #ffffff;
  --secondary: #e4c090;
  --secondary-foreground: #57534e;
  --muted: #f1e9da;
  --muted-foreground: #78716c;
  --accent: #f2daba;
  --accent-foreground: #57534e;
  --destructive: #991b1b;
  --destructive-foreground: #ffffff;
  --border: #e4d9bc;
  --input: #e4d9bc;
  --ring: #b45309;
  --chart-1: #b45309;
  --chart-2: #78716c;
  --chart-3: #a16207;
  --chart-4: #78716c;
  --chart-5: #ca8a04;
  --sidebar: #f1e9da;
  --sidebar-foreground: #4a3b33;
  --sidebar-primary: #b45309;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #a16207;
  --sidebar-accent-foreground: #ffffff;
  --sidebar-border: #e4d9bc;
  --sidebar-ring: #b45309;
}

.dark {
  --background: #1c1917;
  --foreground: #f5f5f4;
  --card: #292524;
  --card-foreground: #f5f5f4;
  --popover: #292524;
  --popover-foreground: #f5f5f4;
  --primary: #f97316;
  --primary-foreground: #ffffff;
  --secondary: #57534e;
  --secondary-foreground: #e7e5e4;
  --muted: #201d1a;
  --muted-foreground: #a8a29e;
  --accent: #1e4252;
  --accent-foreground: #e7e5e4;
  --destructive: #dc2626;
  --destructive-foreground: #ffffff;
  --border: #44403c;
  --input: #44403c;
  --ring: #f97316;
  --chart-1: #f97316;
  --chart-2: #0ea5e9;
  --chart-3: #eab308;
  --chart-4: #a8a29e;
  --chart-5: #78716c;
  --sidebar: #292524;
  --sidebar-foreground: #f5f5f4;
  --sidebar-primary: #f97316;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #0ea5e9;
  --sidebar-accent-foreground: #0c2a4d;
  --sidebar-border: #44403c;
  --sidebar-ring: #f97316;
}
