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

@layer base {
  :root {
    --background: 0 0% 100%;
    --foreground: 0 0% 0%;
    --primary: 240 11% 96%;
    --primary-foreground: 0 0% 0%;
    --secondary: 210 100% 45%;
    --secondary-foreground: 0 0% 100%;
    --accent: 240 25% 98%;
    --accent-foreground: 0 0% 0%;
    --muted: 42 24% 22%;
    --muted-foreground: 0 0% 0%;
    --border: 240 12% 92%;
    --radius: 8px;
  }
}
