/* v43 — Preserve the v41 typography exactly; capitalize headings only. */
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  text-transform: capitalize !important;
}
