@import"tailwindcss";@theme inline{ --color-background: hsl(210 20% 99%); --color-foreground: hsl(215 25% 12%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(215 25% 12%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(215 25% 12%); --color-primary: hsl(215 80% 42%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(210 25% 95%); --color-secondary-foreground: hsl(215 25% 12%); --color-muted: hsl(210 20% 96%); --color-muted-foreground: hsl(215 12% 50%); --color-accent: hsl(210 25% 95%); --color-accent-foreground: hsl(215 25% 12%); --color-destructive: hsl(0 84% 60%); --color-destructive-foreground: hsl(0 0% 100%); --color-border: hsl(214 20% 90%); --color-input: hsl(214 20% 90%); --color-ring: hsl(215 80% 42%); --color-brand: hsl(215 80% 42%); --color-brand-dark: hsl(215 85% 28%); --color-brand-light: hsl(215 75% 55%); --color-navy: hsl(215 50% 10%); --color-slate-warm: hsl(215 15% 40%); --font-sans: "DM Sans", ui-sans-serif, system-ui, sans-serif; --font-heading: "Space Grotesk", ui-sans-serif, system-ui, sans-serif; --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); }:root{--radius: .625rem}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground antialiased;}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}}
