/* =========================================================
   Headline type — Newsreader serif headlines, site-wide.
   Headlines are serif; eyebrows, nav, logo, footer labels and
   metric numbers stay in the Archivo display face for contrast.
   ========================================================= */

h1, h2, h3 {
  font-family: var(--font-serif) !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: -0.018em !important;
  line-height: 1.06;
}

/* Italic accent spans (e.g. the gold word in the worldwide hero)
   read beautifully as a serif italic */
.l-hero h1 .gold {
  font-style: italic;
  font-weight: 400;
}
