/* Local full-site type preview: use the bundled Source Han Serif family everywhere. */
:root {
  --liaoyuan-global-serif: "Source Han Serif SC", "Noto Serif CJK SC", "Songti SC", SimSun, serif;
}

/*
 * A named cascade layer lets this explicit typography choice override older
 * unlayered !important rules without changing their layout or color styles.
 */
@layer liaoyuan-global-font {
  html,
  body,
  body *,
  body *::before,
  body *::after {
    font-family: var(--liaoyuan-global-serif) !important;
  }
}
