/* 定义NotoSerifSC字体 */
@font-face {
  font-family: "NotoSerifSC";
  src: url("./SourceHanSerifCN-Medium-7000.ttf") format("truetype");
  font-weight: 100 900; /* 可变字重范围 */
  font-style: normal;
  font-display: swap; /* 优化字体加载显示 */
}

/* 应用字体到全局 */
* {
  /* font-family: "NotoSerifSC", serif; */
}
