@font-face {
  font-family: "Noto Serif SC Local";
  src: url("fonts/NotoSerifSC-Common.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

:root {
  --app-font-serif: "Noto Serif SC Local", "Songti SC", "SimSun", "STSong", serif;
}

html body,
html body :not(.fa):not([class^="icon-"]):not([class*=" icon-"]),
html body button,
html body input,
html body select,
html body textarea {
  font-family: var(--app-font-serif) !important;
}
