@font-face {
	font-family: 'comic';
	font-weight: 400;
	font-style: normal;
	src: 			url(https://backstage8.com/storage/Comic-Sans-MS.ttf) format('truetype');
	font-display: auto;
}

@font-face {
	font-family: 'comic';
	font-weight: 700;
	font-style: normal;
	src: 			url(https://backstage8.com/wp-content/uploads/Comic-Sans-MS-Bold.ttf) format('truetype');
	font-display: auto;
}

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

