@font-face {
  font-family: "DafaSerifWeb";
  src: url("assets/dafa-serif.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --serif: "DafaSerifWeb", "Noto Serif TC", "Source Han Serif TC", "Songti TC", "PMingLiU", serif !important;
  --sans: "DafaSerifWeb", "Noto Serif TC", "Source Han Serif TC", "Songti TC", "PMingLiU", serif !important;
}

@media (max-width: 600px) {
  .hero {
    min-height: 610px !important;
    background-size: auto 84% !important;
    background-position: 72% top !important;
    background-repeat: no-repeat !important;
    background-color: #eee9e1 !important;
  }

  .hero-copy {
    padding-top: 205px !important;
  }
}
