@font-face {
	font-family: 'Titling Gothic';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://365.sbxlive.org/wp-content/uploads/2024/10/TitlingGothicFB-Regular.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Titling Gothic';
	font-weight: 500;
	font-style: normal;
	src: 	url(https://365.sbxlive.org/wp-content/uploads/2024/10/TitlingGothicFB-Medium.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-titling-gothic: 'Titling Gothic';
}
*{ 
	font-family: 'Titling Gothic';
	font-weight: 400;
}

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

