/* NameSpear sitewide H2 standard. */
html:not(.ns-admin-page) body #root h2 {
  font-size: 60px !important;
  font-weight: 400 !important;
}

html.ns-domain-template-page body #root h2,
html.ns-spacefi-page body #root h2 {
  font-size: 60px !important;
  font-weight: 400 !important;
}

html.ns-spacefi-page body #root#root .ns-spacefi-why__header h2,
html.ns-spacefi-page body #root#root .ns-spacefi-ventures__header h2,
html.ns-spacefi-page body #root#root .ns-spacefi-timeline__header h2,
html.ns-spacefi-page body #root#root .ns-spacefi-closing__copy h2 {
  font-size: 60px !important;
  font-weight: 400 !important;
}

html:not(.ns-admin-page) body #root .ns-home-hero-v2 h1,
html:not(.ns-admin-page) body #root .ns-secondary-hero h1,
html:not(.ns-admin-page) body #root .ns-dark-zone:not(.ns-spacefi-hero) h1 {
  font-size: 60px !important;
  font-weight: 400 !important;
}

html:not(.ns-admin-page) body #root .ns-spacefi-hero__title h1 {
  font-size: min(60px, var(--dt-domain-size, 60px)) !important;
  font-weight: 400 !important;
  line-height: 1.08 !important;
  margin-bottom: 24px !important;
}

@media (max-width: 900px) {
  html:not(.ns-admin-page) body #root h2 {
    font-size: 48px !important;
  }
  html.ns-domain-template-page body #root h2,
  html.ns-spacefi-page body #root h2 {
    font-size: 48px !important;
  }
  html.ns-spacefi-page body #root#root .ns-spacefi-why__header h2,
  html.ns-spacefi-page body #root#root .ns-spacefi-ventures__header h2,
  html.ns-spacefi-page body #root#root .ns-spacefi-timeline__header h2,
  html.ns-spacefi-page body #root#root .ns-spacefi-closing__copy h2 {
    font-size: 48px !important;
  }
  html:not(.ns-admin-page) body #root .ns-home-hero-v2 h1,
  html:not(.ns-admin-page) body #root .ns-secondary-hero h1,
  html:not(.ns-admin-page) body #root .ns-dark-zone:not(.ns-spacefi-hero) h1 {
    font-size: 48px !important;
  }
  html:not(.ns-admin-page) body #root .ns-spacefi-hero__title h1 {
    font-size: min(48px, var(--dt-domain-size, 48px)) !important;
  }
}

@media (max-width: 620px) {
  html:not(.ns-admin-page) body #root h2 {
    font-size: 38px !important;
  }
  html.ns-domain-template-page body #root h2,
  html.ns-spacefi-page body #root h2 {
    font-size: 38px !important;
  }
  html.ns-spacefi-page body #root#root .ns-spacefi-why__header h2,
  html.ns-spacefi-page body #root#root .ns-spacefi-ventures__header h2,
  html.ns-spacefi-page body #root#root .ns-spacefi-timeline__header h2,
  html.ns-spacefi-page body #root#root .ns-spacefi-closing__copy h2 {
    font-size: 38px !important;
  }
  html:not(.ns-admin-page) body #root .ns-home-hero-v2 h1,
  html:not(.ns-admin-page) body #root .ns-secondary-hero h1,
  html:not(.ns-admin-page) body #root .ns-dark-zone:not(.ns-spacefi-hero) h1 {
    font-size: 38px !important;
  }
  html:not(.ns-admin-page) body #root .ns-spacefi-hero__title h1 {
    font-size: min(38px, var(--dt-domain-size, 38px)) !important;
    line-height: 1.1 !important;
    margin-bottom: 18px !important;
  }
}
