/**
 * Neighbourhood Bars — Instrument Serif only ships Regular 400 + italic; avoid synthetic bold.
 * Display weights are driven by tokens (--ppb-font-weight-display-*).
 */

:root {
	--ppb-font-weight-display-strong: 400;
	--ppb-font-weight-display-soft: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	font-synthesis: none;
}

.ppb-heading {
	font-weight: 400;
	font-synthesis: none;
}

/* Display components use Instrument Serif — avoid browser-synthesized bold */
.ppb-page-header__title,
.ppb-section-heading__eyebrow,
.ppb-section-heading__title {
	font-synthesis: none;
}
