/* Optional user-supplied fonts. Missing files fall back to the selected system font. */
@font-face {
  font-family: "PingFang ShiGuang";
  src: url("./pingfang-shiguang.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "PingFang ShaoHua";
  src: url("./pingfang-shaohua.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "PingFang SaTuo";
  src: url("./pingfang-satuo.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "YangRen DongZhu";
  src: url("./yangren-dongzhu-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "PingFang JiangJun";
  src: url("./pingfang-jiangjun.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "PingFang ShouShu";
  src: url("./pingfang-shoushu.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
