/* Spanish copy uses the existing site fonts and accommodates longer headings. */
html:lang(es) :is(h1, h2, h3, h4, .btn) { overflow-wrap: anywhere; }
html:lang(es) .hero-copy { min-width: 0; }
@media (max-width: 600px) {
  html:lang(es) h1 { font-size: clamp(1.8rem, 7.5vw, 2.6rem); }
  html:lang(es) h2 { font-size: clamp(1.5rem, 6vw, 2rem); }
}
