@font-face {
	font-family: 'Geist';
	font-weight: 300 700;
	font-style: normal;
	src: 	url(https://blueprint.brxtemplates.com/wp-content/uploads/GeistVariableVF.woff2) format('woff2  supports variations'),
			url(https://blueprint.brxtemplates.com/wp-content/uploads/GeistVariableVF.woff2) format('woff2-variations');
	font-display: swap;
}

:root {
	--fh-geist: 'Geist';
}
.has-geist-font-family{ 
	font-family: var(--fh-geist);
}

