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

@layer base {
  :root {
    --background: 0 0% 100%;
    --foreground: 206 10% 15%;
    --card: 0 0% 100%;
    --card-foreground: 206 10% 15%;
    --popover: 0 0% 100%;
    --popover-foreground: 206 10% 15%;
    --primary: 206 60% 28%;
    --primary-foreground: 0 0% 98%;
    --secondary: 216 28% 95%;
    --secondary-foreground: 206 60% 28%;
    --muted: 216 28% 95%;
    --muted-foreground: 206 10% 45%;
    --accent: 180 100% 25%;
    --accent-foreground: 0 0% 98%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 0 0% 98%;
    --border: 206 10% 85%;
    --input: 206 10% 85%;
    --ring: 206 60% 28%;
    --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;
  }
  .dark {
    --background: 206 10% 10%;
    --foreground: 0 0% 98%;
    --card: 206 10% 10%;
    --card-foreground: 0 0% 98%;
    --popover: 206 10% 10%;
    --popover-foreground: 0 0% 98%;
    --primary: 206 50% 55%;
    --primary-foreground: 206 10% 10%;
    --secondary: 206 10% 15%;
    --secondary-foreground: 0 0% 98%;
    --muted: 206 10% 15%;
    --muted-foreground: 206 10% 65%;
    --accent: 180 80% 35%;
    --accent-foreground: 0 0% 98%;
    --destructive: 0 62.8% 30.6%;
    --destructive-foreground: 0 0% 98%;
    --border: 206 10% 25%;
    --input: 206 10% 25%;
    --ring: 206 50% 55%;
    --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%;
  }
}

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