html {
  font-size: 20px;
}

h1 {
  font-size: 25px;
  color: rgb(0, 0, 0);
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

p {
  font-size: 1rem;
  text-indent: 2em;
  line-height: 2rem;
}

.text,
.indent-2 {
  font-size: 20px;
  text-indent: 2em;
}


.zcoolArt {
  font-family: "zcoolArt";
}

.PMZDCS {
  font-family: PMZDCS;
  font-size: 40px;
}

.pinYin {
  font-family: PMZDCS;
  font-size: 20px;
}

@font-face {
  font-family: "zcoolArt";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../font/zcoolArt.woff2) format("woff2");
}

@font-face {
  font-family: "PMZDCS";
  /* font-style: normal; */
  /* font-weight: 100; */
  /* font-display: block; */
  src: url(../font/pangMenZhengDaoCuShu.ttf) format("truetype");
}

@font-face {
  font-family: "pinYin";
  /* font-style: normal; */
  /* font-weight: 100; */
  /* font-display: block; */
  src: url(../font/pinYinFont.woff2) format("woff2");
}