/*
 * Shared primary-heading contract.
 *
 * H2 reaches 56px at 1440px and stays there on larger screens. The scale is
 * intentionally defined once here. H1 sizing and all other heading levels keep
 * their component-owned styles so compact card designs do not change.
 */
:root {
	--rd-type-h2: clamp(2rem, 1.25rem + 2.5vw, 3.5rem);
	--rd-type-heading-leading: 1.2;
}

/*
 * Only primary page and section headings opt in. Block styles retain all other
 * font sizes, weights, colors, gradients and layout rules.
 */
main h1.rd-heading,
main .rd-contact-page__title,
main .rd-outsourcing-vietnam__hero-title,
main .rd-legal-hero h1 {
	line-height: var(--rd-type-heading-leading) !important;
}

main .rd-tech__heading h2,
main .rd-portfolio .rd-section-title,
main .rd-founders .rd-section-title,
main .rd-expertise .rd-section-title,
main .contact-us__title,
main .rd-custom-cta__title,
main .rd-partnerships h2,
main .rd-datamimic h2,
main .rd-contact-page h2,
main .rd-rapidorder h2,
main .rd-outsourcing-vietnam__section-title,
main .wfs-page h2,
main .rd-faq__heading h2,
main .rd-jobs-listings__inner > h2,
main .rd-job-application > h2,
main.rd-section > h2 {
	font-size: var(--rd-type-h2) !important;
	line-height: var(--rd-type-heading-leading) !important;
}
