@font-face {
	font-family: 'uni_sans_demoheavy_caps';
	font-weight: 800;
	font-style: normal;
	src: 	url(https://makeitsticky.co.uk/wp-content/uploads/2024/08/unisansdemo-heavycaps-webfont.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Condensed';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://makeitsticky.co.uk/wp-content/uploads/font-hero/google-fonts/roboto-condensed/roboto-condensed-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Condensed';
	font-weight: 400;
	font-style: italic;
	src: 	url(https://makeitsticky.co.uk/wp-content/uploads/font-hero/google-fonts/roboto-condensed/roboto-condensed-regular-italic-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Condensed';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://makeitsticky.co.uk/wp-content/uploads/font-hero/google-fonts/roboto-condensed/roboto-condensed-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-unisansdemoheavycaps: 'uni_sans_demoheavy_caps';
	--fh-roboto-condensed: 'Roboto Condensed';
}
.has-uni_sans_demoheavy_caps-font-family{ 
	font-family: var(--fh-unisansdemoheavycaps);
}

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

