/* Traditional Chinese pages only — additive to style.css, loaded after it.
   Adds Chinese-capable faces to the front of the font stack; falls back to
   the same system stack style.css already uses. No web fonts (character
   sets are too large for a reasonable download). */
body {
  font-family: "Microsoft JhengHei", "PingFang TC", "Segoe UI", Helvetica, Arial, sans-serif;
}
