:root {
    --background: hsl(0 0% 100%);
    --foreground: hsl(0 0% 3.9%);
    --card: hsl(0 0% 100%);
    --card-foreground: hsl(0 0% 3.9%);
    --popover: hsl(0 0% 100%);
    --popover-foreground: hsl(0 0% 3.9%);
    --primary: hsl(41 49% 48%);
    --primary-foreground: hsl(0 0% 98%);
    --secondary: hsl(41 25% 92%);
    --secondary-foreground: hsl(41 49% 25%);
    --muted: hsl(41 15% 96%);
    --muted-foreground: hsl(0 0% 45.1%);
    --accent: hsl(41 35% 88%);
    --accent-foreground: hsl(41 49% 25%);
    --destructive: hsl(0 84.2% 60.2%);
    --destructive-foreground: hsl(0 0% 98%);
    --border: hsl(41 20% 90%);
    --input: hsl(41 15% 95%);
    --ring: hsl(41 49% 48%);
    --chart-1: hsl(41 49% 48%);
    --chart-2: hsl(41 65% 35%);
    --chart-3: hsl(41 30% 65%);
    --chart-4: hsl(25 45% 55%);
    --chart-5: hsl(35 55% 45%);
    --sidebar-background: hsl(41 10% 98%);
    --sidebar-foreground: hsl(41 49% 25%);
    --sidebar-primary: hsl(41 49% 48%);
    --sidebar-primary-foreground: hsl(0 0% 98%);
    --sidebar-accent: hsl(41 20% 92%);
    --sidebar-accent-foreground: hsl(41 49% 30%);
    --sidebar-border: hsl(41 15% 88%);
    --sidebar-ring: hsl(41 49% 48%);
    --sidebar: hsl(41 10% 98%);
    --radius: 0.5rem;
}

.dark {
    --background: hsl(41 10% 8%);
    --foreground: hsl(41 15% 95%);
    --card: hsl(41 12% 10%);
    --card-foreground: hsl(41 15% 95%);
    --popover: hsl(41 12% 10%);
    --popover-foreground: hsl(41 15% 95%);
    --primary: hsl(41 49% 55%);
    --primary-foreground: hsl(41 10% 8%);
    --secondary: hsl(41 25% 18%);
    --secondary-foreground: hsl(41 30% 85%);
    --muted: hsl(41 15% 15%);
    --muted-foreground: hsl(41 10% 65%);
    --accent: hsl(41 30% 20%);
    --accent-foreground: hsl(41 30% 85%);
    --destructive: hsl(0 84% 60%);
    --destructive-foreground: hsl(0 0% 98%);
    --border: hsl(41 20% 20%);
    --input: hsl(41 15% 18%);
    --ring: hsl(41 49% 55%);
    --chart-1: hsl(41 55% 60%);
    --chart-2: hsl(41 45% 70%);
    --chart-3: hsl(41 35% 50%);
    --chart-4: hsl(25 50% 65%);
    --chart-5: hsl(35 60% 55%);
    --sidebar-background: hsl(41 15% 12%);
    --sidebar-foreground: hsl(41 20% 90%);
    --sidebar-primary: hsl(41 49% 55%);
    --sidebar-primary-foreground: hsl(41 10% 8%);
    --sidebar-accent: hsl(41 25% 22%);
    --sidebar-accent-foreground: hsl(41 25% 85%);
    --sidebar-border: hsl(41 20% 25%);
    --sidebar-ring: hsl(41 49% 55%);
    --sidebar: hsl(41 15% 15%);
}
