.text{color:var(--color-text);font-size:var(--font-size-3);line-height:var(--line-height-3);max-width:var(--measure)}.text>:first-child{margin-top:0}.text>:last-child{margin-bottom:0}.text>*+*{margin-top:var(--space-3)}.text a{color:var(--color-link);text-decoration:underline;text-underline-offset:2px}.text a:hover{color:var(--color-accent-hover)}.text :where(strong,b){font-weight:var(--font-weight-semibold)}.text :where(ul,ol){padding-inline-start:var(--space-5)}.text :where(li)+:where(li){margin-top:var(--space-1)}