/* 品牌字体层：仅用于精致展示区（答题卡/结果/档案卡），工具区保持系统字体。
   zeoseven 分片按需加载（unicode-range），只下载页面实际用到的字。
   授权：文楷/活宋/拙楷/悦动黑 = OFL-1.1；康熙字典体 = 作者自定义许可（待释明）。 */
@import url("https://fontsapi.zeoseven.com/875/main/result.css");   /* 寒蝉活宋 ChillHuoSong_F */
@import url("https://fontsapi.zeoseven.com/292/main/result.css");   /* 霞鹜文楷 LXGW WenKai */
@import url("https://fontsapi.zeoseven.com/661/main/result.css");   /* 康熙字典美化体 nzgrKangxi */
@import url("https://fontsapi.zeoseven.com/2129/main/result.css");  /* 卓特悦动黑 ZT YueDongHei */
@import url("https://fontsapi.zeoseven.com/2239/main/result.css");  /* 寒蝉拙楷体 R */

:root {
  --font-song: "ChillHuoSong_F", "Microsoft YaHei", sans-serif;      /* 印刷卷头/姓名 */
  --font-kai: "LXGW WenKai", "Microsoft YaHei", sans-serif;          /* 手写评语/引导 */
  --font-kangxi: "nzgrKangxi", "Microsoft YaHei", serif;             /* 印章/古籍点缀 */
  --font-display: "ZT YueDongHei", "Microsoft YaHei", sans-serif;    /* 大数字 */
  --font-zhuo: "寒蝉拙楷体 R", "LXGW WenKai", "Microsoft YaHei", cursive; /* 拙朴手记 */
}
