/* Traditional Chinese title sizing, matched to the live homepage */
html:lang(zh-Hant) body.designed-page .et-l [class*="hero-copy"] h1{
  font-size:clamp(46px,5.2vw,72px)!important;
  line-height:1.12!important;
  letter-spacing:-.035em!important;
  word-break:keep-all;
}
html:lang(zh-Hant) body.article-page .article-hero h1{
  font-size:clamp(44px,5vw,68px)!important;
  line-height:1.12!important;
  letter-spacing:-.035em!important;
  word-break:keep-all;
}
@media(max-width:600px){
  html:lang(zh-Hant) body.designed-page .et-l [class*="hero-copy"] h1,
  html:lang(zh-Hant) body.article-page .article-hero h1{
    font-size:clamp(38px,10.5vw,52px)!important;
  }
}
