/* 1. 声明字体 */
@font-face {
  font-family: "LXGW";
  src: url("../fonts/LXGWWenKai-Regular.ttf") format("ttf");
  font-display: swap;
}

/* 2. 全局替换 */
body {
  font-family: "LXGW", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}