@tailwind base;
@tailwind components;
@tailwind utilities;

body {
  font-family: 'Segoe UI', sans-serif;
}

@layer base {
  :root {
    --background: 41 15% 98%;
    --foreground: 41 15% 12%;
    --card: 41 15% 100%;
    --card-foreground: 41 15% 12%;
    --popover: 41 15% 100%;
    --popover-foreground: 41 15% 12%;
    --primary: 41 71% 61%;
    --primary-foreground: 41 15% 12%;
    --secondary: 41 15% 92%;
    --secondary-foreground: 41 15% 22%;
    --muted: 41 15% 92%;
    --muted-foreground: 41 15% 40%;
    --accent: 41 71% 75%;
    --accent-foreground: 41 15% 12%;
    --destructive: 355 98% 66%;
    --destructive-foreground: 0 0% 100%;
    --border: 41 15% 92%;
    --input: 41 15% 92%;
    --ring: 41 71% 61%;
    --chart-1: 12 76% 61%;
    --chart-2: 173 58% 39%;
    --chart-3: 197 37% 24%;
    --chart-4: 43 74% 66%;
    --chart-5: 27 87% 67%;
    --radius: 0.5rem;
    --sidebar-background: 41 15% 97%;
    --sidebar-foreground: 41 15% 22%;
    --sidebar-primary: 41 71% 61%;
    --sidebar-primary-foreground: 41 15% 12%;
    --sidebar-accent: 41 71% 90%;
    --sidebar-accent-foreground: 41 71% 23%;
    --sidebar-border: 41 15% 89%;
    --sidebar-ring: 41 71% 61%;
  }
  .dark {
    --background: 41 10% 8%;
    --foreground: 41 10% 98%;
    --card: 41 10% 10%;
    --card-foreground: 41 10% 98%;
    --popover: 41 10% 10%;
    --popover-foreground: 41 10% 98%;
    --primary: 41 71% 61%;
    --primary-foreground: 41 15% 12%;
    --secondary: 41 10% 15%;
    --secondary-foreground: 41 10% 98%;
    --muted: 41 10% 15%;
    --muted-foreground: 41 10% 65%;
    --accent: 41 71% 51%;
    --accent-foreground: 41 10% 98%;
    --destructive: 355 98% 66%;
    --destructive-foreground: 0 0% 100%;
    --border: 41 10% 20%;
    --input: 41 10% 20%;
    --ring: 41 71% 61%;
    --chart-1: 220 70% 50%;
    --chart-2: 160 60% 45%;
    --chart-3: 30 80% 55%;
    --chart-4: 280 65% 60%;
    --chart-5: 340 75% 55%;
    --sidebar-background: 41 10% 6%;
    --sidebar-foreground: 41 10% 98%;
    --sidebar-primary: 41 71% 61%;
    --sidebar-primary-foreground: 41 15% 12%;
    --sidebar-accent: 41 10% 13%;
    --sidebar-accent-foreground: 41 10% 98%;
    --sidebar-border: 41 10% 18%;
    --sidebar-ring: 41 71% 61%;
  }
}

@layer base {
  * {
    @apply border-border;
  }
  body {
    @apply bg-background text-foreground;
  }
}
