@font-face {
	font-family: 'English';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://hbja.webdevdla.cc/wp-content/uploads/2023/08/EnglishSerif-Regular.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'English';
	font-weight: 500;
	font-style: normal;
	src: 	url(https://hbja.webdevdla.cc/wp-content/uploads/2023/08/EnglishSerif-Medium.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Avenir';
	font-weight: 200;
	font-style: normal;
	src: 	url(https://hbja.webdevdla.cc/wp-content/uploads/2023/09/AvenirLTStd-Light.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Avenir';
	font-weight: 300;
	font-style: normal;
	src: 	url(https://hbja.webdevdla.cc/wp-content/uploads/2023/08/AvenirLTStd-Book.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Avenir';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://hbja.webdevdla.cc/wp-content/uploads/2023/08/AvenirLTStd-Roman.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Avenir';
	font-weight: 900;
	font-style: normal;
	src: 	url(https://hbja.webdevdla.cc/wp-content/uploads/2023/08/AvenirLTStd-Black.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-english: 'English';
	--fh-english: 'English';
	--fh-avenir: 'Avenir';
	--fh-avenir: 'Avenir';
	--fh-avenir: 'Avenir';
	--fh-avenir: 'Avenir';
}
.has-english-font-family{ 
	font-family: var(--fh-english);
}

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

