/*
 * Homepage display typography.
 * Keep every large black heading on the same editorial face as the Proofs title.
 * Section styles may continue to control their own size, weight, spacing, and wrapping.
 */
main h1,
main h2 {
  font-family: "DM Serif Display", Georgia, serif !important;
}
