.c-prose { max-width: var(--measure); color: var(--text); }
.c-prose > * + * { margin-top: var(--space-md); }
.c-prose h2, .c-prose h3 { margin-top: var(--space-xl); color: var(--text-bright); }
/* inline code is set apart by its sunken ground, not by the accent: the accent is the link
   colour, and code that carries it reads as a link the reader cannot click */
.c-prose code { color: var(--text-bright); background: var(--surface-sunken); padding: 0 0.5ch; }

