/* nb##: zh_tw 字体栈精简版：去除已淘汰的 Heiti TC 与重复的 Source Han Sans TC */
:root {
  --body-font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
}
body, input, textarea, button, select {
  font-family: var(--body-font-family);
}

body,
input,
textarea,
button,
select {
  font-family: var(--body-font-family);
}
