@import"tailwindcss";@theme inline{ --color-background: hsl(0 0% 100%); --color-foreground: hsl(220 20% 10%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(220 20% 10%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(220 20% 10%); --color-primary: hsl(217 91% 50%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(220 14% 96%); --color-secondary-foreground: hsl(220 20% 10%); --color-muted: hsl(220 14% 96%); --color-muted-foreground: hsl(220 10% 46%); --color-accent: hsl(217 91% 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 13% 91%); --color-input: hsl(220 13% 91%); --color-ring: hsl(217 91% 50%); --color-sidebar-background: hsl(0 0% 98%); --color-sidebar-foreground: hsl(240 5.3% 26.1%); --color-sidebar-primary: hsl(217 91% 50%); --color-sidebar-primary-foreground: hsl(0 0% 100%); --color-sidebar-accent: hsl(220 14% 96%); --color-sidebar-accent-foreground: hsl(220 20% 10%); --color-sidebar-border: hsl(220 13% 91%); --color-sidebar-ring: hsl(217 91% 50%); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --font-sans: "Plus Jakarta Sans", "Inter", ui-sans-serif, system-ui, sans-serif; --color-em-blue: #1E60E6; --color-em-blue-dark: #1549B5; --color-em-navy: #0B1D3A; --color-em-navy-light: #132D5E; --color-em-gray: #64748B; --color-em-light: #F1F5F9; }:root{--radius: .625rem}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground antialiased;}html{scroll-behavior:smooth}}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-up{animation:fade-up .6s ease-out both}.animate-fade-in{animation:fade-in .5s ease-out both}
