/* shadcn/ui Theme — extracted from https://planetscale.com */
/* Paste into your globals.css */

@layer base {
  :root {
    --background: 0 0% 98%;
    --foreground: 0 0% 25%;
    --primary: 45 100% 47%;
    --primary-foreground: 0 0% 0%;
    --secondary: 18 90% 52%;
    --secondary-foreground: 0 0% 100%;
    --accent: 208 89% 41%;
    --accent-foreground: 0 0% 100%;
    --muted: 0 0% 92%;
    --muted-foreground: 0 0% 25%;
    --border: 0 0% 0%;
    --radius: 9999px;
  }
}
