@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}:root{--background: 0 0% 5%;--foreground: 0 0% 98%;--card: 0 0% 8%;--card-foreground: 0 0% 98%;--popover: 0 0% 8%;--popover-foreground: 0 0% 98%;--primary: 0 72% 51%;--primary-foreground: 0 0% 98%;--secondary: 0 0% 15%;--secondary-foreground: 0 0% 98%;--muted: 0 0% 15%;--muted-foreground: 0 0% 65%;--accent: 0 72% 51%;--accent-foreground: 0 0% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 0 0% 98%;--border: 0 0% 20%;--input: 0 0% 20%;--ring: 0 72% 51%;--radius: .25rem}.dark{--background: 0 0% 5%;--foreground: 0 0% 98%;--card: 0 0% 8%;--card-foreground: 0 0% 98%;--popover: 0 0% 8%;--popover-foreground: 0 0% 98%;--primary: 0 72% 51%;--primary-foreground: 0 0% 98%;--secondary: 0 0% 15%;--secondary-foreground: 0 0% 98%;--muted: 0 0% 15%;--muted-foreground: 0 0% 65%;--accent: 0 72% 51%;--accent-foreground: 0 0% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 0 0% 98%;--border: 0 0% 20%;--input: 0 0% 20%;--ring: 0 72% 51%}*{border-color:hsl(var(--border))}body{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:hsl(var(--background));color:hsl(var(--foreground))}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,sans-serif;letter-spacing:-.025em}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:hsl(var(--background))}::-webkit-scrollbar-thumb{background:hsl(var(--muted));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--primary))}::selection{background:hsl(var(--primary) / .3);color:#fff}
