/*
 * Blocks Page (page-full.php) — become-an-affiliate, door-buy-back, myq.
 *
 * Post content ships bespoke inline CSS including @font-face for "Director's Gothic"
 * pointing at legacy framework2-child URLs (404 on the new theme). Register the family
 * here so headings render in the real display face. a1-display-headings.css sets
 * font-weight: normal and "Directors Gothic Bold" on the global h1–h6 stack.
 */
@font-face {
	font-family: "Director's Gothic";
	src: url('../webfonts/DirectorsGothic250-Bd.woff2') format('woff2'),
		url('../webfonts/DirectorsGothic250-Bd.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Director's Gothic";
	src: url('../webfonts/DirectorsGothic250-SBd.woff2') format('woff2'),
		url('../webfonts/DirectorsGothic250-SBd.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

.page--page-full h1,
.page--page-full h2,
.page--page-full h3 {
	font-family: "Director's Gothic", "Barlow Semi Condensed", sans-serif;
	font-weight: 700;
}

.page--page-full h4,
.page--page-full h5 {
	font-weight: 700;
}
