@import"tailwindcss";@theme inline{ --font-sans: "DM Sans", ui-sans-serif, system-ui, sans-serif; --font-heading: "Sora", ui-sans-serif, system-ui, sans-serif; --color-background: hsl(220 20% 97%); --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(220 80% 50%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(220 20% 94%); --color-secondary-foreground: hsl(220 30% 10%); --color-muted: hsl(220 15% 92%); --color-muted-foreground: hsl(220 10% 45%); --color-accent: hsl(220 80% 50%); --color-accent-foreground: hsl(0 0% 100%); --color-destructive: hsl(0 84% 60%); --color-destructive-foreground: hsl(0 0% 100%); --color-border: hsl(220 15% 88%); --color-input: hsl(220 15% 88%); --color-ring: hsl(220 80% 50%); --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(220 80% 50%); --color-navy: hsl(220 40% 8%); --color-navy-light: hsl(220 30% 15%); --color-electric: hsl(215 100% 55%); --color-electric-light: hsl(215 100% 65%); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); }:root{--radius: .625rem}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground font-sans antialiased;}}html{scroll-behavior:smooth}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fade-up .6s 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}
