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

body {
  font-family: Arial, Helvetica, sans-serif;
}

@layer utilities {
  .text-balance {
    text-wrap: balance;
  }
}

@layer base {
  :root {
    --background: 210 20% 98%;
    --foreground: 210 40% 11%;
    --card: 0 0% 100%;
    --card-foreground: 210 40% 11%;
    --popover: 0 0% 100%;
    --popover-foreground: 210 40% 11%;
    --primary: 210 70% 32%;
    --primary-foreground: 0 0% 100%;
    --secondary: 180 15% 92%;
    --secondary-foreground: 210 40% 11%;
    --muted: 210 15% 94%;
    --muted-foreground: 210 10% 45%;
    --accent: 168 55% 38%;
    --accent-foreground: 0 0% 100%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 0 0% 98%;
    --border: 210 15% 88%;
    --input: 210 15% 88%;
    --ring: 210 70% 32%;
    --chart-1: 210 70% 32%;
    --chart-2: 168 55% 38%;
    --chart-3: 210 40% 50%;
    --chart-4: 168 40% 50%;
    --chart-5: 210 20% 70%;
    --radius: 0.5rem;
    --sidebar-background: 0 0% 98%;
    --sidebar-foreground: 240 5.3% 26.1%;
    --sidebar-primary: 210 70% 32%;
    --sidebar-primary-foreground: 0 0% 98%;
    --sidebar-accent: 240 4.8% 95.9%;
    --sidebar-accent-foreground: 240 5.9% 10%;
    --sidebar-border: 220 13% 91%;
    --sidebar-ring: 210 70% 32%;
  }
  .dark {
    --background: 210 40% 7%;
    --foreground: 210 15% 95%;
    --card: 210 35% 10%;
    --card-foreground: 210 15% 95%;
    --popover: 210 35% 10%;
    --popover-foreground: 210 15% 95%;
    --primary: 210 60% 50%;
    --primary-foreground: 0 0% 100%;
    --secondary: 210 25% 15%;
    --secondary-foreground: 210 15% 95%;
    --muted: 210 25% 15%;
    --muted-foreground: 210 10% 55%;
    --accent: 168 50% 45%;
    --accent-foreground: 0 0% 100%;
    --destructive: 0 62.8% 30.6%;
    --destructive-foreground: 0 0% 98%;
    --border: 210 25% 18%;
    --input: 210 25% 18%;
    --ring: 210 60% 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: 210 40% 7%;
    --sidebar-foreground: 210 15% 95%;
    --sidebar-primary: 210 60% 50%;
    --sidebar-primary-foreground: 0 0% 100%;
    --sidebar-accent: 210 25% 15%;
    --sidebar-accent-foreground: 210 15% 95%;
    --sidebar-border: 210 25% 18%;
    --sidebar-ring: 210 60% 50%;
  }
}

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