@font-face {
  font-family: "MOF IBM Plex Sans SC";
  src: url("fonts/IBMPlexSansSC-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

.overview-hero h2 {
  max-width: 460px;
  font-family: "MOF IBM Plex Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 44px;
  font-weight: 700;
  font-synthesis: none;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

@media (max-width: 700px) {
  .overview-hero h2 {
    max-width: 270px;
    font-size: 29px;
    line-height: 1.16;
  }
}
