/* The accepted homepage is the typography reference, not an all-sans reset.
   Editorial headings: original Songti stack. Body/controls: original sans stack.
   Keep existing demo-specific typography, numerals and the image-based logo. */
:root{
  --serif:"Songti SC","STSong","Noto Serif CJK SC",SimSun,serif;
  --sans:"PingFang SC","Microsoft YaHei",Arial,sans-serif;
}
/* SEO's newer editorial blocks follow the same hierarchy as the homepage
   and existing keyword/website/advertising pages. No global descendant override. */
.sx-page h2,
.sx-page :is(.sx-specialist,.sx-content-copy,.sx-review-copy,.sx-workspace)>h3,
.sx-page .sx-editorial>div>h3{
  font-family:var(--serif);
  font-weight:500;
  letter-spacing:-.8px;
}
