/* Match the original hero's Source Han Serif stack across all site text. */
:root {
  --preview-font-serif: "Source Han Serif SC", "Noto Serif CJK SC", "Songti SC", SimSun, serif;
}

*,
*::before,
*::after {
  font-family: var(--preview-font-serif) !important;
}

/* Keep the primary site header aligned with the sans-serif navigation style. */
.site-header .brand,
.site-header .brand *,
.site-header .nav-links,
.site-header .nav-links *,
.site-header .site-get {
  font-family: var(--sans) !important;
}

.nowrap-phrase {
  white-space: nowrap;
}
