:root {
  --radius: 0.5rem;
  --background: #fdf6f0;
  --foreground: #2c1a0e;
  --card: #fdf6f0;
  --card-foreground: #2c1a0e;
  --popover: #fdf6f0;
  --popover-foreground: #2c1a0e;
  --primary: #a0522d;
  --primary-foreground: #fdf6f0;
  --secondary: #f0e6da;
  --secondary-foreground: #2c1a0e;
  --muted: #f5ede4;
  --muted-foreground: #7a5c44;
  --accent: #e8d5c0;
  --accent-foreground: #2c1a0e;
  --destructive: #c0392b;
  --destructive-foreground: #fdf6f0;
  --border: #dbc5a8;
  --input: #dbc5a8;
  --ring: #a0522d;
  --chart-1: #a0522d;
  --chart-2: #c8874a;
  --chart-3: #e8b87a;
  --chart-4: #f5d9a8;
  --chart-5: #7a3e1e;
  --sidebar: #f5ede4;
  --sidebar-foreground: #2c1a0e;
  --sidebar-primary: #a0522d;
  --sidebar-primary-foreground: #fdf6f0;
  --sidebar-accent: #e8d5c0;
  --sidebar-accent-foreground: #2c1a0e;
  --sidebar-border: #dbc5a8;
  --sidebar-ring: #a0522d;
}

.dark {
  --radius: 0.5rem;
  --background: #1a0f08;
  --foreground: #f5e8d8;
  --card: #241508;
  --card-foreground: #f5e8d8;
  --popover: #2c1a0e;
  --popover-foreground: #f5e8d8;
  --primary: #c8874a;
  --primary-foreground: #1a0f08;
  --secondary: #3a2010;
  --secondary-foreground: #f5e8d8;
  --muted: #3a2010;
  --muted-foreground: #b89070;
  --accent: #4a2c14;
  --accent-foreground: #f5e8d8;
  --destructive: #e04a3a;
  --destructive-foreground: #f5e8d8;
  --border: #4a2c14;
  --input: #4a2c14;
  --ring: #c8874a;
  --chart-1: #c8874a;
  --chart-2: #e8b87a;
  --chart-3: #a0522d;
  --chart-4: #f5d9a8;
  --chart-5: #7a3e1e;
  --sidebar: #241508;
  --sidebar-foreground: #f5e8d8;
  --sidebar-primary: #c8874a;
  --sidebar-primary-foreground: #1a0f08;
  --sidebar-accent: #4a2c14;
  --sidebar-accent-foreground: #f5e8d8;
  --sidebar-border: #4a2c14;
  --sidebar-ring: #c8874a;
}