.blog-content h1{font-size:2rem;font-weight:700}.blog-content h1,.blog-content h2{margin-top:2rem;margin-bottom:1rem;color:hsl(var(--foreground))}.blog-content h2{font-size:1.5rem;font-weight:600}.blog-content h3{font-size:1.25rem;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem;color:hsl(var(--foreground))}.blog-content p{margin-bottom:1.5rem;line-height:1.75;color:hsl(var(--foreground))}.blog-content ol,.blog-content ul{margin-bottom:1.5rem;padding-left:1.5rem}.blog-content li{margin-bottom:.5rem;line-height:1.6;color:hsl(var(--foreground))}.blog-content ul li{list-style-type:disc}.blog-content ol li{list-style-type:decimal}.blog-content strong{font-weight:600;color:hsl(var(--foreground))}.blog-content em{font-style:italic}.blog-content blockquote{border-left:4px solid hsl(var(--primary));padding-left:1.5rem;font-style:italic;margin:1.5rem 0;color:hsl(var(--muted-foreground))}.blog-content pre{background-color:hsl(var(--muted));padding:1rem;border-radius:.5rem;overflow-x:auto;margin:1.5rem 0}.blog-content code{background-color:hsl(var(--muted));padding:.125rem .25rem;border-radius:.25rem;font-size:.875rem;font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace}.blog-content a{color:hsl(var(--primary));text-decoration:underline}.blog-content a:hover{text-decoration:none}