@import"tailwindcss";@theme inline{ --color-background: hsl(0 0% 100%); --color-foreground: hsl(222 84% 5%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(222 84% 5%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(222 84% 5%); --color-primary: hsl(222 84% 5%); --color-primary-foreground: hsl(210 40% 98%); --color-secondary: hsl(210 40% 96.1%); --color-secondary-foreground: hsl(222 47% 11%); --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(222 47% 11%); --color-destructive: hsl(0 84% 60%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(214 32% 91%); --color-input: hsl(214 32% 91%); --color-ring: hsl(222 84% 5%); --color-navy: #0F172A; --color-corp-blue: #2563EB; --color-platinum: #F8FAFC; --color-emerald: #10B981; --color-gold: #D4AF37; --color-teal: #14B8A6; --color-sidebar-background: hsl(0 0% 98%); --color-sidebar-foreground: hsl(240 5.3% 26.1%); --color-sidebar-primary: hsl(240 5.9% 10%); --color-sidebar-primary-foreground: hsl(0 0% 98%); --color-sidebar-accent: hsl(240 4.8% 95.9%); --color-sidebar-accent-foreground: hsl(240 5.9% 10%); --color-sidebar-border: hsl(220 13% 91%); --color-sidebar-ring: hsl(217.2 91.2% 59.8%); --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-serif: "Playfair Display", ui-serif, Georgia, serif; }:root{--radius: .5rem}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes counter{0%{--num: 0}}.animate-fade-in-up{animation:fade-in-up .7s ease-out both}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}html{scroll-behavior:smooth}
