@font-face {
  font-family: "BodyHanFont";
  src: url("SweiSugarCJKtc-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BodyHanFont";
  src: url("ThePeakFontBeta_V0_102.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "BodyHanFont";
  src: url("SweiSugarCJKtc-SemiBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "HeadingHanFont";
  src: url("MantouSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gh-font-heading: HeadingHanFont;
  --gh-font-body: Charter, BodyHanFont;
}
.post-title {
  font-weight: 400;
}
.post {
  margin-bottom: 3em;
}
.term-name {
  font-weight: 400;
}
.author-name {
  font-weight: 400;
}
.gh-head-logo {
  font-weight: 400;
}
.gh-head-inner {
  padding-top: 2em;
  align-items: baseline;
}
.gh-content>p {
  letter-spacing: 0.025em;
  line-height: 1.75em;
}
.gh-content>p+p {
  margin-top: 0em;
  text-indent: 2.05em;
}