/* Homepage typography mapped to haven-stone-design/component-library.html. */
:root {
  --font-display-en: "Cormorant Garamond", Georgia, serif;
  --font-body-en: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display-zh: "Noto Serif TC", "Source Han Serif TC", "Songti TC", "PMingLiU", serif;
  --font-body-zh: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, sans-serif;
  --font-display: var(--font-display-zh);
  --font-body: var(--font-body-zh);
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.hero-title,
.s-title,
.cta-title {
  font-weight: 500;
}

.stat-num,
.svc-num,
.svc-price strong {
  font-family: var(--font-display-en);
}

.stat-num {
  align-items: flex-end;
}

.svc-price span {
  font-family: var(--font-body-en);
}

.svc-price-soon strong,
.svc-name,
.team-name,
.footer-col h4 {
  font-family: var(--font-display);
  font-weight: 500;
}

.s-label,
.svc-tag {
  font-weight: 700;
}

.stat-lbl {
  font-weight: 400;
}

.nav-cta,
.nav-consultant {
  font-weight: 600 !important;
}

.btn-gold,
.btn-ghost,
.svc-link,
.form-submit,
.fg label {
  font-weight: 600;
}

.contact-custom-select-option.selected {
  font-weight: 700;
}
