/* Shared PeakBooks heading typography. Keep component-specific sizes and colors. */
h1, h2, h3, h4, h5, h6 {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: 1.15 !important;
  letter-spacing: -0.035em !important;
  text-wrap: balance;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em,
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
  font-style: normal !important;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: inherit !important;
}
/* Large marketing headings scale down comfortably on narrow screens. */
body.marketing-page h1 { font-size: clamp(2.25rem, 3.6vw, 3rem) !important; }
body.marketing-page h2:not(.legal-h1):not(.legal-h2) {
  font-size: clamp(1.875rem, 3.2vw, 2.5rem) !important;
}
@media (max-width: 860px) {
  body.marketing-page h1 { font-size: clamp(2rem, 6vw, 2.75rem) !important; }
}
