@import"tailwindcss";@theme inline{ --color-background: hsl(0 0% 100%); --color-foreground: hsl(220 30% 12%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(220 30% 12%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(220 30% 12%); --color-primary: hsl(215 70% 22%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(214 50% 96%); --color-secondary-foreground: hsl(215 70% 22%); --color-muted: hsl(214 30% 96%); --color-muted-foreground: hsl(215 16% 47%); --color-accent: hsl(214 50% 96%); --color-accent-foreground: hsl(215 70% 22%); --color-destructive: hsl(0 84% 60%); --color-destructive-foreground: hsl(0 0% 100%); --color-border: hsl(214 32% 91%); --color-input: hsl(214 32% 91%); --color-ring: hsl(215 70% 22%); --color-navy: hsl(215 72% 20%); --color-navy-light: hsl(215 60% 28%); --color-royal: hsl(213 68% 38%); --color-sky-brand: hsl(210 80% 55%); --color-slate-warm: hsl(215 20% 55%); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --font-sans: "DM Sans", ui-sans-serif, system-ui, sans-serif; --font-body: "Inter", ui-sans-serif, system-ui, sans-serif; }:root{--radius: .625rem}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}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 font-sans antialiased;}h1,h2,h3,h4,h5,h6{@apply font-sans tracking-tight;}}html{scroll-behavior:smooth}
