/* Self-hosted brand fonts (variable) — no third-party font requests.
   Bricolage Grotesque: display/headings. Space Grotesk: navigation. */
@font-face{
	font-family:'Bricolage Grotesque';
	font-style:normal;
	font-weight:200 800;
	font-stretch:75% 100%;
	font-display:swap;
	src:url('../fonts/bricolage-grotesque-var.woff2') format('woff2');
}
@font-face{
	font-family:'Space Grotesk';
	font-style:normal;
	font-weight:300 700;
	font-display:swap;
	src:url('../fonts/space-grotesk-var.woff2') format('woff2');
}
