/**
 * ETA — global heading typography lock
 * Version: 1.0.0 / 2026-07-20
 *
 * Canon H2 = /services/ hero („Portal usług”, „laboratoryjnych”):
 * Instrument Sans, weight 700, tracking -0.02em.
 * Size stays context-specific (Elementor / section CSS).
 *
 * Path B only — never edit uploads/elementor/css/post-*.css.
 */

h2.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title {
	font-family: "Instrument Sans", sans-serif !important;
	font-weight: 700 !important;
	letter-spacing: -0.02em !important;
	font-style: normal !important;
}

/* Theme content H2 (blog singles etc.) — same face/weight */
.content h2,
.post_content h2,
.woocommerce-Tabs-panel h2,
.entry-content h2 {
	font-family: "Instrument Sans", sans-serif;
	font-weight: 700;
	letter-spacing: -0.02em;
}
