/* ===== PRIVACY / PROSE PAGE ===== */
.prose{ max-width:72ch; }
.prose h2{ font-size:var(--step-1); margin-top:2.25rem; margin-bottom:.75rem; }
.prose h2:first-child{ margin-top:0; }
.prose p{ margin-bottom:1rem; max-width:none; color:var(--text-muted); }
.prose p strong{ color:var(--text); }
