/* English article typography: long terms must stay within narrow viewports. */
html[lang="en"] .lexicon-title,
html[lang="en"] .lexicon-article h2,
html[lang="en"] .lexicon-article h3 { overflow-wrap: anywhere; }
@media (max-width: 600px) {
  html[lang="en"] .lexicon-title {
    font-size: clamp(1.75rem, 8.2vw, 2.25rem);
    line-height: 1.12;
    letter-spacing: -.025em;
  }
}
