@import url("./style.css");

html[lang="zh-CN"] {
  line-break: strict;
}

html[lang="zh-CN"] body,
html[lang="zh-CN"] button,
html[lang="zh-CN"] a {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
}

html[lang="zh-CN"] .home-content h1,
html[lang="zh-CN"] .display-title,
html[lang="zh-CN"] .about-statement,
html[lang="zh-CN"] .card-title,
html[lang="zh-CN"] .subsection-title,
html[lang="zh-CN"] .contribution-card h4,
html[lang="zh-CN"] .section-pagination strong {
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
}

html[lang="zh-CN"] .home-content h1,
html[lang="zh-CN"] .display-title:not(.company-long-title),
html[lang="zh-CN"] .about-statement,
html[lang="zh-CN"] .card-title,
html[lang="zh-CN"] .case-item h3,
html[lang="zh-CN"] .glass-pill,
html[lang="zh-CN"] .company-facts,
html[lang="zh-CN"] .section-pagination strong {
  word-break: keep-all;
}

html[lang="zh-CN"] .company-long-title,
html[lang="zh-CN"] .contribution-card p {
  word-break: normal;
  overflow-wrap: break-word;
}
