@tailwind base;@tailwind components;@tailwind utilities;:root{--background:0 0% 100%;--foreground:0 0% 4%;--primary:0 0% 9%;--primary-foreground:0 0% 98%;--secondary:0 0% 96%;--secondary-foreground:0 0% 9%;--muted:0 0% 96%;--muted-foreground:0 0% 45%;--border:0 0% 90%;--destructive:0 84% 60%;--destructive-foreground:0 0% 98%;--radius:0.5rem}@media (prefers-color-scheme:dark){:root{--background:0 0% 4%;--foreground:0 0% 98%;--primary:0 0% 98%;--primary-foreground:0 0% 9%;--secondary:0 0% 14%;--secondary-foreground:0 0% 98%;--muted:0 0% 14%;--muted-foreground:0 0% 64%;--border:0 0% 20%;--destructive:0 72% 51%;--destructive-foreground:0 0% 98%}}@font-face{font-family:Quary Sans;src:local("system-ui");font-display:swap}body{color:hsl(var(--foreground));background:hsl(var(--background));font-family:Quary Sans,system-ui,sans-serif}