@font-face {
  font-family: "MaokenAssortedSans";
  src: url("./MaokenAssortedSans.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TsangerYuMo";
  src: url("./TsangerYuMo-W02.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DymonShouXieTi";
  src: url("./DymonShouXieTi-Regular.otf") format("opentype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-h1: "MaokenAssortedSans";
  --font-btn: "DymonShouXieTi";
  --family: "TsangerYuMo", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", sans-serif;
}

body {
  font-family: var(--family);
}

.tit {
  font-family: var(--font-h1), "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.home1 .btn-tag {
  font-family: var(--font-btn), "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}
