/* Shared by every published document, including standalone iframe pages.
   Important declarations in this first layer outrank legacy unlayered font
   shorthands without changing each component's size, weight or line height. */
@layer site-typography {
  html,
  body,
  body *,
  body *::before,
  body *::after,
  body *::marker,
  input::placeholder,
  textarea::placeholder,
  input::file-selector-button {
    font-family: "Microsoft YaHei", sans-serif !important;
  }
}
