@tailwind base;@tailwind components;@tailwind utilities;:root{--primary: 210 100% 50%;--primary-foreground: 210 100% 98%;--secondary: 210 20% 95%;--secondary-foreground: 210 11% 15%;--background: 0 0% 100%;--foreground: 210 11% 15%;--muted: 210 20% 95%;--muted-foreground: 210 7% 40%;--border: 210 16% 90%;--card: 0 0% 100%;--card-foreground: 210 11% 15%}body{font-family:system-ui,-apple-system,sans-serif;line-height:1.6;color:hsl(var(--foreground));background-color:hsl(var(--background))}.prose{max-width:65ch;color:hsl(var(--foreground))}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{color:hsl(var(--foreground));font-weight:600;margin-top:2rem;margin-bottom:1rem}.prose h1{font-size:2.25rem}.prose h2{font-size:1.875rem}.prose h3{font-size:1.5rem}.prose p{margin-bottom:1rem}.prose code{background-color:hsl(var(--muted));padding:.125rem .25rem;border-radius:.25rem;font-size:.875rem}.prose pre{background-color:hsl(var(--muted));padding:1rem;border-radius:.5rem;overflow-x:auto;margin:1rem 0}.prose a{color:hsl(var(--primary));text-decoration:underline}.prose ul,.prose ol{margin:1rem 0;padding-left:2rem}.prose li{margin-bottom:.5rem}
