:root {
  --background: 30 25% 97%;
  --foreground: 20 10% 12%;
  --card: 30 20% 99%;
  --card-foreground: 20 10% 12%;
  --popover: 30 20% 99%;
  --popover-foreground: 20 10% 12%;
  --primary: 28 45% 25%;
  --primary-foreground: 35 30% 96%;
  --secondary: 30 15% 93%;
  --secondary-foreground: 20 10% 12%;
  --muted: 30 10% 94%;
  --muted-foreground: 20 5% 50%;
  --accent: 35 55% 85%;
  --accent-foreground: 28 45% 18%;
  --destructive: 0 72% 51%;
  --destructive-foreground: 0 0% 100%;
  --border: 30 15% 88%;
  --input: 30 15% 88%;
  --ring: 28 45% 25%;
  --radius: 0.375rem;
  --gold: 38 60% 55%;
  --gold-light: 38 50% 90%;
  --rose: 350 30% 90%;
  --rose-dark: 350 25% 55%;
  --sidebar-background: 30 15% 96%;
  --sidebar-foreground: 20 10% 20%;
  --sidebar-primary: 28 45% 25%;
  --sidebar-primary-foreground: 35 30% 96%;
  --sidebar-accent: 30 15% 92%;
  --sidebar-accent-foreground: 20 10% 20%;
  --sidebar-border: 30 12% 88%;
  --sidebar-ring: 28 45% 25%;
}
.dark {
  --background: 20 15% 8%;
  --foreground: 30 15% 92%;
  --card: 20 12% 11%;
  --card-foreground: 30 15% 92%;
  --popover: 20 12% 11%;
  --popover-foreground: 30 15% 92%;
  --primary: 38 55% 60%;
  --primary-foreground: 20 15% 8%;
  --secondary: 20 10% 16%;
  --secondary-foreground: 30 15% 92%;
  --muted: 20 10% 16%;
  --muted-foreground: 30 10% 60%;
  --accent: 38 40% 20%;
  --accent-foreground: 38 55% 80%;
  --destructive: 0 62% 30%;
  --destructive-foreground: 0 0% 100%;
  --border: 20 10% 18%;
  --input: 20 10% 18%;
  --ring: 38 55% 60%;
  --gold: 38 55% 60%;
  --gold-light: 38 30% 20%;
  --rose: 350 20% 18%;
  --rose-dark: 350 30% 60%;
  --sidebar-background: 20 12% 10%;
  --sidebar-foreground: 30 15% 90%;
  --sidebar-primary: 38 55% 60%;
  --sidebar-primary-foreground: 20 15% 8%;
  --sidebar-accent: 20 10% 14%;
  --sidebar-accent-foreground: 30 15% 90%;
  --sidebar-border: 20 10% 16%;
  --sidebar-ring: 38 55% 60%;
}
