body {
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", "Segoe UI", Arial, sans-serif;
}

h1,
h2 {
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.16;
}

h1 {
  font-size: clamp(2.9rem, 5.2vw, 5.6rem);
}

h2 {
  font-size: clamp(2rem, 3.5vw, 3.6rem);
}

.prose {
  text-align: justify;
}

.sector-card p,
.mission-card,
.mission-card p,
.insight-card p,
.capability-card p,
.article-card,
.article-card li {
  text-align: left;
}
