/* Readable, uncondensed heading system across the public website. */
.site-v2 :is(h1,h2,h3,h4),
.page-home .pj-manifesto > p,
.page-home .pj-scan > p {
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif !important;
  font-stretch: normal !important;
  letter-spacing: normal !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
  overflow-wrap: break-word;
}
.page-home .pj-opening h1 { font-size: clamp(48px, 7.5vw, 112px) !important; max-width: 1000px; }
.page-home .pj-chapter h2 { font-size: clamp(42px, 4.6vw, 72px) !important; }
@media (min-width:780px) and (max-height:800px) {
 .page-home .pj-opening h1 { font-size: clamp(48px, 6.5vw, 86px) !important; }
 .page-home .pj-opening-note { display:none !important; }
 .page-home .pj-chapter h2 { font-size: clamp(38px, 4.4vw, 64px) !important; }
}
@media (max-width:779px) {
 .page-home .pj-opening h1 { font-size: clamp(40px, 9.8vw, 68px) !important; }
 .page-home .pj-chapter h2 { font-size: clamp(34px, 8vw, 48px) !important; }
 .page-home .pj-manifesto > p { font-size: clamp(34px, 8vw, 52px); }
}
