/* @buligo/design-system - shadcn/ui variable bridge, generated. Import after tokens.css and delete the app's own :root shadcn block. */
:root {
  --background: 216 29% 97%;
  --foreground: 211 100% 12%;
  --card: 0 0% 100%;
  --card-foreground: 211 100% 12%;
  --popover: 0 0% 100%;
  --popover-foreground: 211 100% 12%;
  --primary: 210 100% 18%;
  --primary-foreground: 0 0% 100%;
  --secondary: 213 27% 94%;
  --secondary-foreground: 211 100% 12%;
  --muted: 213 27% 94%;
  --muted-foreground: 221 18% 41%;
  --sc-accent: 213 27% 94%;
  --sc-accent-foreground: 211 100% 12%;
  --destructive: 4 62% 48%;
  --destructive-foreground: 0 0% 100%;
  --sc-border: 214 23% 88%;
  --input: 215 12% 50%;
  --ring: 213 50% 43%;
  --radius: var(--radius-md);
}

.dark, :root[data-theme="dark"] {
  --background: 211 100% 12%;
  --foreground: 216 29% 97%;
  --card: 210 100% 18%;
  --card-foreground: 216 29% 97%;
  --popover: 210 100% 18%;
  --popover-foreground: 216 29% 97%;
  --primary: 210 100% 18%;
  --primary-foreground: 0 0% 100%;
  --secondary: 213 100% 9%;
  --secondary-foreground: 216 29% 97%;
  --muted: 213 100% 9%;
  --muted-foreground: 216 20% 80%;
  --sc-accent: 213 100% 9%;
  --sc-accent-foreground: 216 29% 97%;
  --destructive: 4 65% 62%;
  --destructive-foreground: 0 0% 100%;
  --sc-border: 213 72% 25%;
  --input: 213 43% 55%;
  --ring: 48 95% 50%;
  --radius: var(--radius-md);
}
