.prose{color:hsl(var(--muted-foreground))}.prose>:first-child{margin-top:0}.prose h1{font-size:2.25rem;line-height:1.15;font-family:var(--font-serif);color:hsl(var(--foreground));margin-top:2.5rem;margin-bottom:1rem;font-weight:300}@media (min-width:768px){.prose h1{font-size:2.5rem}}.prose h2{font-size:1.875rem;line-height:1.2;font-family:var(--font-serif);color:hsl(var(--foreground));margin-top:2.5rem;margin-bottom:1rem;font-weight:300}@media (min-width:768px){.prose h2{font-size:2.25rem}}.prose h3{font-size:1.25rem;line-height:1.4;font-family:var(--font-serif);color:hsl(var(--foreground));margin-top:2rem;margin-bottom:1rem;font-weight:400}.prose p{color:hsl(var(--muted-foreground));margin-bottom:1.25rem;font-size:.875rem;font-weight:300;line-height:1.625}.prose ul,.prose ol{flex-direction:column;gap:.75rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.prose li{color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:300;line-height:1.625;position:relative}.prose ul li{padding-left:1.5rem}.prose ul li:before{content:"";background:hsl(var(--primary));border-radius:9999px;width:5px;height:5px;position:absolute;top:.6em;left:.125rem}.prose ol{counter-reset:item}.prose ol li{counter-increment:item;padding-left:1.75rem}.prose ol li:before{content:counter(item) ".";color:hsl(var(--primary));font-weight:500;position:absolute;top:0;left:0}.prose strong{color:hsl(var(--foreground));font-weight:500}.prose a{color:hsl(var(--foreground));text-decoration:underline;-webkit-text-decoration-color:hsl(var(--border));text-decoration-color:hsl(var(--border));text-underline-offset:3px;font-weight:400;text-decoration-thickness:1px;transition:text-decoration-color .2s}.prose a:hover{-webkit-text-decoration-color:hsl(var(--foreground));text-decoration-color:hsl(var(--foreground))}.prose img{margin:1.5rem 0}
