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

@layer base {
  :root {
    --background: 0 0% 100%;
    --foreground: 0 0% 0%;
    --primary: 215 80% 48%;
    --primary-foreground: 0 0% 100%;
    --secondary: 40 100% 50%;
    --secondary-foreground: 0 0% 0%;
    --accent: 214 91% 95%;
    --accent-foreground: 0 0% 0%;
    --muted: 0 0% 73%;
    --muted-foreground: 228 6% 17%;
    --border: 0 0% 33%;
    --radius: 6px;
  }
}
