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

@layer base {
  :root {
    --background: 0 0% 100%;
    --foreground: 0 0% 0%;
    --primary: 230 62% 55%;
    --primary-foreground: 0 0% 100%;
    --secondary: 208 100% 44%;
    --secondary-foreground: 0 0% 100%;
    --accent: 230 60% 32%;
    --accent-foreground: 0 0% 100%;
    --muted: 0 0% 87%;
    --muted-foreground: 0 0% 0%;
    --border: 30 4% 36%;
    --radius: 8px;
  }
}
