.prose{max-width:65ch;color:var(--foreground)}.prose p{margin-top:1.25em;margin-bottom:1.25em}.prose p.lead{font-size:1.25em;line-height:1.6;margin-top:.8888889em;margin-bottom:.8888889em}.prose a{color:var(--primary);text-decoration:underline;font-weight:500}.prose h2{font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose h2,.prose h3{color:var(--foreground)}.prose h3{font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose ol,.prose ul{margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose li{margin-top:.5em;margin-bottom:.5em}.prose ul>li{position:relative;padding-left:.375em}.prose ul>li:before{content:"";position:absolute;background-color:var(--muted-foreground);border-radius:50%;width:.375em;height:.375em;top:.6875em;left:-1em}.prose ol{counter-reset:list-counter;list-style-type:none}.prose ol>li{position:relative;padding-left:.375em;counter-increment:list-counter}.prose ol>li:before{content:counter(list-counter) ".";position:absolute;font-weight:400;color:var(--muted-foreground);left:-1.5em}.prose strong{color:var(--foreground);font-weight:600}