:root {
  --app-font-stack: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Noto Sans SC", Arial, sans-serif;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: var(--app-font-stack);
}

/* end of fonts.css - using only local/system fonts to ensure reliable loading */

