@import"tailwindcss";@theme inline{ --color-background: #FFFFFF; --color-foreground: #0F172A; --color-card: #FFFFFF; --color-card-foreground: #0F172A; --color-popover: #FFFFFF; --color-popover-foreground: #0F172A; --color-primary: #0F172A; --color-primary-foreground: #FFFFFF; --color-secondary: #F8FAFC; --color-secondary-foreground: #0F172A; --color-muted: #F8FAFC; --color-muted-foreground: #64748B; --color-accent: #F8FAFC; --color-accent-foreground: #0F172A; --color-destructive: hsl(0 84.2% 60.2%); --color-destructive-foreground: #FFFFFF; --color-border: #E2E8F0; --color-input: #E2E8F0; --color-ring: #2563EB; --color-navy: #0F172A; --color-corp-blue: #2563EB; --color-platinum: #F8FAFC; --color-emerald: #10B981; --color-gold: #D4AF37; --color-teal: #14B8A6; --font-sans: "DM Sans", ui-sans-serif, system-ui, sans-serif; --font-serif: "Instrument Serif", Georgia, serif; --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); }:root{--radius: .5rem}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground antialiased;}}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes count-up{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.animate-fade-up{animation:fade-up .7s ease-out both}.animate-fade-in{animation:fade-in .6s ease-out both}.animate-count-up{animation:count-up .5s ease-out both}.animation-delay-100{animation-delay:.1s}.animation-delay-200{animation-delay:.2s}.animation-delay-300{animation-delay:.3s}.animation-delay-400{animation-delay:.4s}.animation-delay-500{animation-delay:.5s}.animation-delay-600{animation-delay:.6s}.animation-delay-700{animation-delay:.7s}.animation-delay-800{animation-delay:.8s}
