.blog-article h1{font-size:1.875rem;font-weight:700;color:var(--foreground);margin-bottom:1.5rem;margin-top:2rem;line-height:1.25}@media (min-width:768px){.blog-article h1{font-size:2.25rem}}.blog-article h2{font-size:1.5rem;font-weight:700;color:var(--foreground);margin-bottom:1.25rem;margin-top:1.75rem;line-height:1.25}@media (min-width:768px){.blog-article h2{font-size:1.875rem}}.blog-article h3{font-size:1.25rem;font-weight:600;color:var(--foreground);margin-bottom:1rem;margin-top:1.5rem;line-height:1.25}@media (min-width:768px){.blog-article h3{font-size:1.5rem}}.blog-article h4{font-size:1.125rem;font-weight:600;color:var(--foreground);margin-bottom:1rem;margin-top:1.25rem;line-height:1.25}@media (min-width:768px){.blog-article h4{font-size:1.25rem}}.blog-article h5{font-size:1rem;font-weight:500;color:var(--foreground);margin-bottom:.75rem;margin-top:1rem;line-height:1.25}@media (min-width:768px){.blog-article h5{font-size:1.125rem}}.blog-article h6{font-size:.875rem;font-weight:500;color:var(--foreground);margin-bottom:.75rem;margin-top:1rem;line-height:1.25}@media (min-width:768px){.blog-article h6{font-size:1rem}}.blog-article p{font-size:1.125rem;color:var(--foreground);line-height:1.625;margin-bottom:1.5rem}@media (min-width:768px){.blog-article p{font-size:1.25rem}}.blog-article ol,.blog-article ul{margin-bottom:1.5rem;padding-left:1.5rem}.blog-article li{font-size:1.125rem;color:var(--foreground);line-height:1.625;margin-bottom:.75rem}@media (min-width:768px){.blog-article li{font-size:1.25rem}}.blog-article ul li{list-style-type:disc}.blog-article ol li{list-style-type:decimal}.blog-article a{color:var(--foreground);text-decoration:underline;transition:color .15s ease-in-out}.blog-article a:hover{color:rgba(var(--foreground),.8)}.blog-article strong{font-weight:700;color:var(--foreground)}.blog-article blockquote,.blog-article em{font-style:italic;color:var(--foreground)}.blog-article blockquote{border-left:4px solid rgba(var(--foreground),.3);background-color:rgba(var(--foreground),.05);padding:1rem;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;margin:1.5rem 0;font-size:1.125rem;line-height:1.625}@media (min-width:768px){.blog-article blockquote{font-size:1.25rem}}.blog-article code{padding:.25rem .5rem;border-radius:.25rem;font-size:.875rem;font-family:monospace}.blog-article code,.blog-article pre{background-color:rgba(var(--foreground),.1);color:var(--foreground)}.blog-article pre{padding:1rem;border-radius:.5rem;overflow-x:auto;margin-bottom:1.5rem}.blog-article pre code{background-color:transparent;padding:0}.blog-article img{border-radius:.5rem;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}.blog-article>:first-child{margin-top:0}.blog-article>:last-child{margin-bottom:0}