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

@layer base {
  :root {
    --background: 174 50% 98%;
    --foreground: 224 71% 4%;
    --card: 174 43% 94%;
    --card-foreground: 224 71% 4%;
    --popover: 174 43% 94%;
    --popover-foreground: 224 71% 4%;
    --primary: 172 58% 39%;
    --primary-foreground: 174 50% 98%;
    --secondary: 174 43% 90%;
    --secondary-foreground: 224 71% 4%;
    --muted: 174 43% 90%;
    --muted-foreground: 240 5% 65%;
    --accent: 14 78% 61%;
    --accent-foreground: 0 0% 100%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 0 0% 98%;
    --border: 174 43% 85%;
    --input: 174 43% 85%;
    --ring: 172 58% 39%;
    --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: 174 43% 92%;
    --sidebar-foreground: 224 71% 10%;
    --sidebar-primary: 172 58% 39%;
    --sidebar-primary-foreground: 174 50% 98%;
    --sidebar-accent: 174 50% 98%;
    --sidebar-accent-foreground: 172 58% 39%;
    --sidebar-border: 174 43% 85%;
    --sidebar-ring: 172 58% 39%;
  }
  .dark {
    --background: 220 13% 10%;
    --foreground: 0 0% 98%;
    --card: 220 13% 15%;
    --card-foreground: 0 0% 98%;
    --popover: 220 13% 15%;
    --popover-foreground: 0 0% 98%;
    --primary: 172 58% 50%;
    --primary-foreground: 224 71% 4%;
    --secondary: 220 13% 20%;
    --secondary-foreground: 0 0% 98%;
    --muted: 220 13% 20%;
    --muted-foreground: 0 0% 63.9%;
    --accent: 14 78% 61%;
    --accent-foreground: 0 0% 10%;
    --destructive: 0 62.8% 30.6%;
    --destructive-foreground: 0 0% 98%;
    --border: 220 13% 25%;
    --input: 220 13% 25%;
    --ring: 172 58% 50%;
    --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: 220 13% 12%;
    --sidebar-foreground: 0 0% 98%;
    --sidebar-primary: 172 58% 50%;
    --sidebar-primary-foreground: 224 71% 4%;
    --sidebar-accent: 220 13% 18%;
    --sidebar-accent-foreground: 172 58% 50%;
    --sidebar-border: 220 13% 20%;
    --sidebar-ring: 172 58% 50%;
  }
}

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