.blog-content{color:hsl(var(--foreground));overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;max-width:100%;font-size:1rem;line-height:1.75}.blog-content :where(p){color:hsl(var(--foreground));overflow-wrap:break-word;word-wrap:break-word;max-width:100%;margin:1.25rem 0;line-height:1.75}.blog-content :where(h1){letter-spacing:-.025em;color:hsl(var(--heading));overflow-wrap:break-word;word-wrap:break-word;max-width:100%;margin-top:3rem;margin-bottom:1.5rem;scroll-margin-top:6rem;font-size:2.25rem;font-weight:700;line-height:1.2}.blog-content :where(h2){letter-spacing:-.02em;color:hsl(var(--heading));overflow-wrap:break-word;word-wrap:break-word;max-width:100%;margin-top:3rem;margin-bottom:1rem;scroll-margin-top:6rem;font-size:1.875rem;font-weight:700;line-height:1.3}.blog-content :where(h3){letter-spacing:-.015em;color:hsl(var(--heading));overflow-wrap:break-word;word-wrap:break-word;max-width:100%;margin-top:2.5rem;margin-bottom:.75rem;scroll-margin-top:6rem;font-size:1.5rem;font-weight:600;line-height:1.4}.blog-content :where(h4){letter-spacing:-.01em;color:hsl(var(--foreground));overflow-wrap:break-word;word-wrap:break-word;max-width:100%;margin-top:2rem;margin-bottom:.5rem;scroll-margin-top:6rem;font-size:1.25rem;font-weight:600;line-height:1.5}.blog-content :where(h5){color:hsl(var(--foreground));overflow-wrap:break-word;word-wrap:break-word;max-width:100%;margin-top:1.5rem;margin-bottom:.5rem;scroll-margin-top:6rem;font-size:1.125rem;font-weight:600}.blog-content :where(h6){color:hsl(var(--muted-foreground));overflow-wrap:break-word;word-wrap:break-word;max-width:100%;margin-top:1.5rem;margin-bottom:.5rem;scroll-margin-top:6rem;font-size:1rem;font-weight:600}.blog-content :where(a){color:hsl(var(--primary));text-underline-offset:3px;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;text-decoration:underline;text-decoration-thickness:1px;transition:color .2s}.blog-content :where(a:hover){color:hsl(var(--primary-dark));text-decoration-thickness:2px}.blog-content :where(strong){color:hsl(var(--heading));font-weight:600}.blog-content :where(em){font-style:italic}.blog-content :where(ul){max-width:100%;margin:1.5rem 0;padding-left:1.75rem;list-style:outside}.blog-content :where(ol){max-width:100%;margin:1.5rem 0;padding-left:1.75rem;list-style:decimal}.blog-content :where(li){color:hsl(var(--foreground));overflow-wrap:break-word;word-wrap:break-word;max-width:100%;margin:.75rem 0;line-height:1.75}.blog-content :where(li>p),.blog-content :where(ul ul,ol ul,ul ol,ol ol){margin:.5rem 0}.blog-content :where(blockquote){border-left:4px solid hsl(var(--primary));background:hsl(var(--secondary));color:hsl(var(--foreground));overflow-wrap:break-word;word-wrap:break-word;border-radius:0 .5rem .5rem 0;max-width:100%;margin:2rem 0;padding:1rem 1.5rem;font-style:italic}.blog-content :where(blockquote p:first-of-type){margin-top:0}.blog-content :where(blockquote p:last-of-type){margin-bottom:0}.blog-content :where(hr){border:none;border-top:1px solid hsl(var(--border));max-width:100%;margin:3rem 0}.blog-content :where(code){background:hsl(var(--secondary));color:hsl(var(--primary));overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;border-radius:.375rem;padding:.125rem .375rem;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:.875em;font-weight:500}.blog-content :where(pre){color:#f2f2f2;border:1px solid hsl(var(--border));-webkit-overflow-scrolling:touch;background:#17191c;border-radius:.75rem;max-width:100%;margin:2rem 0;padding:1.25rem 1.5rem;font-size:.875rem;line-height:1.7;overflow-x:auto}.blog-content :where(pre code){color:inherit;font-size:inherit;overflow-wrap:normal;word-wrap:normal;word-break:normal;white-space:pre;background:0 0;border-radius:0;padding:0;font-weight:400}.blog-content :where(img){object-fit:contain;border:1px solid hsl(var(--border));background:hsl(var(--card));border-radius:.75rem;width:100%;max-width:100%;height:auto;max-height:600px;margin:2rem 0}.blog-content :where(figure){max-width:100%;margin:2rem 0}.blog-content :where(figcaption){text-align:center;color:hsl(var(--muted-foreground));overflow-wrap:break-word;word-wrap:break-word;margin-top:.75rem;font-size:.875rem;font-style:italic}.blog-content :where(table){border-collapse:collapse;border:1px solid hsl(var(--border));-webkit-overflow-scrolling:touch;border-radius:.5rem;width:100%;max-width:100%;margin:2rem 0;font-size:.875rem;display:block;overflow:auto hidden}.blog-content :where(thead){background:hsl(var(--secondary))}.blog-content :where(th){border:1px solid hsl(var(--border));background:hsl(var(--secondary));text-align:left;color:hsl(var(--heading));white-space:nowrap;padding:.75rem 1rem;font-weight:600}.blog-content :where(td){border:1px solid hsl(var(--border));vertical-align:top;color:hsl(var(--foreground));padding:.75rem 1rem}.blog-content :where(tbody tr:nth-child(2n)){background:hsl(var(--secondary)/.3)}.blog-content :where(*+*){margin-top:0}@media (max-width:640px){.blog-content{font-size:.9375rem}.blog-content :where(h1){font-size:1.75rem;line-height:1.3}.blog-content :where(h2){font-size:1.5rem;line-height:1.3}.blog-content :where(h3){font-size:1.25rem;line-height:1.4}.blog-content :where(h4){font-size:1.125rem}.blog-content :where(pre){border-radius:0;width:calc(100% + 2rem);margin-left:-1rem;margin-right:-1rem;padding:1rem;font-size:.8125rem}.blog-content :where(table){border-radius:0;width:calc(100% + 2rem);margin-left:-1rem;margin-right:-1rem;font-size:.8125rem}.blog-content :where(th),.blog-content :where(td){padding:.5rem .75rem}.blog-content :where(blockquote){margin-left:0;margin-right:0;padding:.75rem 1rem}.blog-content :where(ul),.blog-content :where(ol){padding-left:1.25rem}}
