@font-face {
	font-family: 'Outfit';
	font-style: normal;
	src: 	url(https://site2.myweb-demo.co.za/wp-content/uploads/2024/05/Outfit-VariableFont_wght.woff2) format('woff2  supports variations'),
			url(https://site2.myweb-demo.co.za/wp-content/uploads/2024/05/Outfit-VariableFont_wght.woff2) format('woff2-variations');
}

@font-face {
	font-family: 'Bahnschrift';
	font-weight: 100;
	font-style: normal;
	src: 	url(https://site2.myweb-demo.co.za/wp-content/uploads/BAHNSCHRIFT.woff2) format('woff2');
}

:root {
	--fh-outfit: 'Outfit';
	--fh-bahnschrift: 'Bahnschrift';
}
.has-outfit-font-family{ 
	font-family: var(--fh-outfit);
}

.has-bahnschrift-font-family{ 
	font-family: var(--fh-bahnschrift);
}

