@import"tailwindcss";@theme inline{ --color-background: hsl(0 0% 100%); --color-foreground: hsl(220 30% 10%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(220 30% 10%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(220 30% 10%); --color-primary: hsl(217 71% 25%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(210 40% 96%); --color-secondary-foreground: hsl(217 71% 25%); --color-muted: hsl(210 40% 96.1%); --color-muted-foreground: hsl(215 16% 47%); --color-accent: hsl(210 40% 96.1%); --color-accent-foreground: hsl(217 71% 25%); --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(217 71% 25%); --color-navy: hsl(217 71% 15%); --color-navy-light: hsl(217 71% 25%); --color-blue-accent: hsl(210 100% 56%); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif; --font-heading: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif; }:root{--radius: .625rem}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground antialiased;}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}}.gradient-navy{background:linear-gradient(135deg,#091a34,#12356d,#1259a1)}.gradient-light{background:linear-gradient(135deg,#f8fafc,#ebf2fa)}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fade-up .6s ease-out forwards}
