main section {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}
main section h1,
main section h2,
main section h3,
main section h4,
main section h5,
main section h5 {
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Sans TC";
  font-style: normal;
  line-height: 100%; /* 32px */
  letter-spacing: 2px;
}
main section h1 {
  font-size: 32px;
  font-weight: 700;
  color: var(--secondary, #80746a);
}
main section h1.page-title {
  padding-bottom: 60px;
}
main section h2 {
  font-size: 24px;
  font-weight: 700;
}
main section h3 {
  font-size: 18px;
  font-weight: 700;
}
main section h4 {
  font-size: 16px;
  font-weight: 500;
}
main section h5 {
  font-size: 14px;
  font-weight: 500;
}
main section h6 {
  font-size: 12px;
  font-weight: 500;
}/*# sourceMappingURL=page-default.css.map */