/* ACMHANS — sitewide typography alignment
   Applies the homepage's Fraunces serif heading style to section
   headings (h2/h3/h4) on the inner pages, so typography matches
   across the site. Header nav and footer widget titles are kept
   in Oswald to match their homepage treatment. */

body h1,
body h2,
body h3,
body h4 {
  font-family: 'Fraunces', serif;
  font-optical-sizing: auto;
}

.main-header h1,
.main-header h2,
.main-header h3,
.main-header h4,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4 {
  font-family: 'Oswald', sans-serif;
}
