@font-face {
	font-family: 'KaBlam';
	font-weight: 400;
	font-style: normal;
	src: 			url(https://cubic.webprojekt.net/wp-content/uploads/font-hero/custom/KaBlam/Ka-Blam.ttf) format('truetype');
}

@font-face {
	font-family: 'Fawn';
	font-weight: 400;
	font-style: normal;
	src: 			url(https://cubic.webprojekt.net/wp-content/uploads/font-hero/custom/Fawn/fawn.ttf) format('truetype');
}

@font-face {
	font-family: 'Homer';
	font-weight: 400;
	font-style: normal;
	src: 			url(https://cubic.webprojekt.net/wp-content/uploads/font-hero/custom/Homer/Homer_Simpson_Revised.ttf) format('truetype');
}

@font-face {
	font-family: 'Blomy';
	font-weight: 100;
	font-style: normal;
	src: 			url(https://cubic.webprojekt.net/wp-content/uploads/font-hero/custom/Blomy/Bouncy-Thin-PERSONAL_USE_ONLY.woff) format('woff');
}

@font-face {
	font-family: 'Blomy';
	font-weight: 400;
	font-style: normal;
	src: 			url(https://cubic.webprojekt.net/wp-content/uploads/font-hero/custom/Blomy/Bouncy-PERSONAL_USE_ONLY.woff) format('woff');
}

@font-face {
	font-family: 'Blomy';
	font-weight: 900;
	font-style: normal;
	src: 			url(https://cubic.webprojekt.net/wp-content/uploads/font-hero/custom/Blomy/Bouncy-Black-PERSONAL_USE_ONLY.woff) format('woff');
}

:root {
	--fh-kablam: 'KaBlam';
	--fh-fawn: 'Fawn';
	--fh-homer: 'Homer';
	--fh-blomy: 'Blomy';
}
.has-kablam-font-family{ 
	font-family: var(--fh-kablam);
}

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

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

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

