@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 0 0% 100%;--foreground: 0 0% 4%;--card: 0 0% 96%;--card-foreground: 0 0% 4%;--popover: 0 0% 100%;--popover-foreground: 0 0% 4%;--primary: 134 75% 37%;--primary-foreground: 0 0% 100%;--secondary: 162 75% 37%;--secondary-foreground: 0 0% 100%;--muted: 0 0% 96%;--muted-foreground: 0 0% 25%;--accent: 51 100% 50%;--accent-foreground: 0 0% 4%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--border: 0 0% 90%;--input: 0 0% 90%;--ring: 0 0% 25%;--chart-1: 0 0% 55%;--chart-2: 0 0% 40%;--chart-3: 0 0% 25%;--chart-4: 0 0% 10%;--chart-5: 0 0% 0%;--sidebar: 0 0% 96%;--sidebar-foreground: 0 0% 4%;--sidebar-primary: 0 0% 25%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 0 0% 15%;--sidebar-accent-foreground: 0 0% 100%;--sidebar-border: 0 0% 90%;--sidebar-ring: 0 0% 25%;--font-sans: "DM Sans", sans-serif;--font-heading: "Plus Jakarta Sans", sans-serif;--font-serif: ui-serif, Georgia, "Times New Roman", serif;--font-mono: ui-monospace, "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, "Courier New", monospace;--radius: .5rem;--radius-button: calc(var(--radius) - 2px);--shadow-2xs: 0 1px 3px 0px hsl(0 0% 0% / .05);--shadow-xs: 0 1px 3px 0px hsl(0 0% 0% / .05);--shadow-sm: 0 1px 3px 0px hsl(0 0% 0% / .1), 0 1px 2px -1px hsl(0 0% 0% / .1);--shadow: 0 1px 3px 0px hsl(0 0% 0% / .1), 0 1px 2px -1px hsl(0 0% 0% / .1);--shadow-md: 0 1px 3px 0px hsl(0 0% 0% / .1), 0 2px 4px -1px hsl(0 0% 0% / .1);--shadow-lg: 0 1px 3px 0px hsl(0 0% 0% / .1), 0 4px 6px -1px hsl(0 0% 0% / .1);--shadow-xl: 0 1px 3px 0px hsl(0 0% 0% / .1), 0 8px 10px -1px hsl(0 0% 0% / .1);--shadow-2xl: 0 1px 3px 0px hsl(0 0% 0% / .25)}*{@apply border-border;}body{@apply bg-background text-foreground font-sans;}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)!important}}@layer utilities{.animate-in{animation-duration:.2s;animation-fill-mode:both}.fade-in{animation-name:fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}}html{scroll-behavior:smooth}
