/* VesselNexus B1 — About Page
 * The entry title (.vnx-entry__title) and in-content h2 both default to
 * --vnx-text-3xl; step the content sub-headings down one level so the page
 * title reads as the visual H1. Scoped to the About page (page-id-24). */
body.page-id-24 .vnx-entry__content h2 {
  font-size: var(--vnx-text-2xl);
}
