/* Simplified Chinese (zh) font stack — system CJK fonts, no webfont download.
   Mirrors fonts_en.css / fonts_cs.css (body rule only); relies on platform
   CJK faces so Chinese glyphs render with a proper typeface, not the Latin
   'Play'/'Lato' webfonts which carry no Hanzi. */
body {
    position: relative;
    background-color: #fff;
    color: #777;
    font: 14px/20px "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Heiti SC", "Noto Sans SC", "WenQuanYi Micro Hei", Arial, sans-serif;
}
