* { box-sizing: border-box; }

html { font-family: ui-sans-serif, system-ui, -apple-system, sans-serif; }

.prose p { margin-bottom: 1rem; line-height: 1.75; }
.prose h2 { font-size: 1.25rem; font-weight: 700; margin: 1.5rem 0 0.75rem; }
.prose h3 { font-size: 1rem; font-weight: 600; margin: 1.25rem 0 0.5rem; }
.prose ul { list-style: disc; padding-left: 1.5rem; }
.prose li { margin-bottom: 0.4rem; }
