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

@layer base {
  :root {
    --background: 30 33% 96%;
    --foreground: 0 0% 0%;
    --primary: 36 33% 97%;
    --primary-foreground: 0 0% 0%;
    --secondary: 222 100% 50%;
    --secondary-foreground: 0 0% 100%;
    --accent: 12 100% 67%;
    --accent-foreground: 0 0% 0%;
    --muted: 36 5% 80%;
    --muted-foreground: 0 0% 0%;
    --border: 160 8% 31%;
    --radius: 6px;
  }
}
