@font-face {
	font-family: 'Open Sans';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://www.cpce.net/wp-content/uploads/font-hero/google-fonts/open-sans/open-sans-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://www.cpce.net/wp-content/uploads/font-hero/google-fonts/open-sans/open-sans-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-open-sans: 'Open Sans';
}
.has-open-sans-font-family{ 
	font-family: var(--fh-open-sans);
}

