body,
.hero {
  background-color: var(--skin-background-color-1);
  font-family: NotoSansTC, Europa, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #796e65;
}
body input[type=text],
body select,
.hero input[type=text],
.hero select {
  height: 48px !important;
}

.hero {
  border-bottom-color: var(--skin-background-color-1);
}

.banner-color {
  background-color: var(--skin-banner-background-color-1);
}

.header-banner {
  background-color: var(--skin-banner-background-color-2);
  color: var(--skin-banner-text-color-1);
}

.header-banner .close-button .close {
  background-color: var(--skin-primary-color-1);
}

h1.header.page-title,
h1.header.page-title::before {
  background-color: var(--skin-heading-color-1);
  color: var(--skin-heading-color-1-invert);
}

.custom-select {
  background-color: var(--skin-selectbox-background-color-1);
  color: var(--skin-selectbox-text-color-1);
}

a {
  color: var(--skin-primary-color-1);
}

.form-control {
  color: #796e65;
}
.form-control::-webkit-input-placeholder {
  color: #796E65;
  opacity: 0.5;
}
.form-control::-moz-placeholder {
  color: #796E65;
  opacity: 0.5;
}
.form-control:-ms-input-placeholder {
  color: #796E65;
  opacity: 0.5;
}
.form-control::-ms-input-placeholder {
  color: #796E65;
  opacity: 0.5;
}
.form-control::placeholder {
  color: #796E65;
  opacity: 0.5;
}

p {
  font-family: Europa, NotoSansTC;
  font-size: 16px;
  line-height: 24px;
}

span {
  font-family: Europa, NotoSansTC;
}
span .upcase {
  text-transform: uppercase;
}

h1 {
  font-family: Orpheus Pro, Songti TC;
  font-size: 90px;
  line-height: 109px;
}

h2 {
  font-family: Orpheus Pro, Songti TC;
  font-size: 67px;
  line-height: 80px;
}

h3 {
  font-family: Orpheus Pro, Songti TC;
  font-size: 51px;
  line-height: 61px;
}

h4 {
  font-family: Orpheus Pro, Songti TC;
  font-size: 38px;
  line-height: 46px;
}

h5 {
  font-family: Orpheus Pro, Songti TC;
  font-size: 28px;
  line-height: 34px;
}

h6 {
  font-family: Orpheus Pro, Songti TC;
  font-size: 21px;
  line-height: 25px;
}

@media (max-width: 767.98px) {
  p {
    font-size: 12px;
    line-height: 20px;
  }
  h1 {
    font-family: Orpheus Pro, Songti TC;
    font-size: 38px;
    line-height: 46px;
  }
  h2 {
    font-family: Orpheus Pro, Songti TC;
    font-size: 38px;
    line-height: 46px;
  }
  h3 {
    font-family: Orpheus Pro, Songti TC;
    font-size: 32px;
    line-height: 38px;
  }
  h4 {
    font-family: Orpheus Pro, Songti TC;
    font-size: 24px;
    line-height: 3%;
  }
  h5 {
    font-family: Orpheus Pro, Songti TC;
    font-size: 24px;
    line-height: 28px;
  }
  h6 {
    font-family: Orpheus Pro, Songti TC;
    font-size: 24px;
    line-height: 28px;
  }
}