/* Base (English) */
body, h1, h2, h3, h4, h5, h6, p, li, blockquote, figcaption, dt, dd {
  font-family: "Source Serif 4", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
}

/* Simplified Chinese */
:lang(zh-CN), :lang(zh-Hans) {
  font-family:
    "Source Han Serif SC",
    "Noto Serif CJK SC",
    "Songti SC",
    "STSong",
    "SimSun",
    serif;
  font-weight: 300;
}

/* Traditional Chinese (HK/TW) */
:lang(zh-HK), :lang(zh-TW), :lang(zh-Hant) {
  font-family:
    "Source Han Serif TC",
    "Noto Serif CJK TC",
    "Songti TC",
    "STSong",
    serif;
  font-weight: 300;
}
body {
    background-color: rgba(250, 249, 245);
}