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

@layer base {
  :root {
    --background: 0 0% 96%;
    --foreground: 0 0% 0%;
    --primary: 240 100% 47%;
    --primary-foreground: 0 0% 100%;
    --secondary: 204 100% 50%;
    --secondary-foreground: 0 0% 100%;
    --accent: 207 95% 92%;
    --accent-foreground: 0 0% 0%;
    --muted: 0 0% 46%;
    --muted-foreground: 0 0% 0%;
    --border: 0 0% 100%;
    --radius: 6px;
  }
}
