/* =====================================
   Web 字体
   ================================== */
@font-face {
  font-family: "Chillhfs1";
  src: url("./Chillhfs1.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "hwfs";
  src: url("./hwfs.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "zhxht";
  src: url("./zhxht.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* =====================================
   字体切换 — font-family 覆盖
   作用于 .content-wrap 内除 h1/h2/h3 外的所有文字
   ================================== */
.content-wrap.fs-chillhfs,
.content-wrap.fs-chillhfs *:not(h1):not(h2):not(h3) {
  font-family:
    "Chillhfs1",
    "PingFang SC",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Microsoft YaHei",
    sans-serif;
}

.content-wrap.fs-hwfs,
.content-wrap.fs-hwfs *:not(h1):not(h2):not(h3) {
  font-family:
    "hwfs",
    "PingFang SC",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Microsoft YaHei",
    sans-serif;
}

.content-wrap.fs-zhxht,
.content-wrap.fs-zhxht *:not(h1):not(h2):not(h3) {
  font-family:
    "zhxht",
    "PingFang SC",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Microsoft YaHei",
    sans-serif;
}
