/* Reader font choices: FangSong by default, Microsoft YaHei on demand. */
:root {
  --retypeset-fangsong: "STFangsong", "FangSong", "FangSong_GB2312", "仿宋", serif;
  --retypeset-yahei: "Microsoft YaHei", "Microsoft YaHei UI", "微软雅黑", "PingFang SC", "Noto Sans CJK SC", sans-serif;
  --retypeset-site-font: var(--retypeset-fangsong);
}

html.font-choice-yahei {
  --retypeset-site-font: var(--retypeset-yahei);
}

html.font-sans,
html.font-serif,
.font-sans,
.font-serif,
.font-navbar,
.font-title,
.font-time,
.markdown-body,
.prose {
  font-family: var(--retypeset-site-font) !important;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

pre,
code,
kbd,
samp,
.hljs,
.shiki,
[class*="language-"] {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
