html, body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  font-family: "Druk", "Replica", "Noto Sans SC", "Microsoft YaHei", system-ui, sans-serif;
  letter-spacing: 0;
}
body {
  background: #efefee;
}
a {
  color: inherit;
}
.ui-home-header,
.ui-nav,
.landing,
.preloader,
.gl-text,
.landing-cta-2-text,
.landing-cta-text-inner {
  letter-spacing: 0 !important;
  word-break: keep-all;
  white-space: normal;
}
.ui-home-header-title,
.ui-home-header-subtitle,
.landing-title,
.landing-subtitle {
  line-height: .9;
}
.ui-home-projects {
  font-family: "Druk", "Noto Sans SC", "Microsoft YaHei", sans-serif;
}
.ui-home-project a.gl-text {
  opacity: 1 !important;
  color: var(--main-color) !important;
  font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif !important;
  font-size: clamp(4rem, 6.25vw, 5rem) !important;
  font-weight: 900 !important;
  letter-spacing: -.04em;
  line-height: .88;
  white-space: nowrap;
  text-shadow: 0 0 6px var(--glow);
}
.ui-home-project .gl-thumb {
  opacity: 0 !important;
  visibility: hidden !important;
}
@media (max-width: 640px) {
  .ui-home-project a.gl-text {
    font-size: 3rem !important;
    line-height: .8 !important;
  }
  .gl-text {
    line-height: .9;
  }
}
