@font-face {
	font-family: 'IBM Plex Serif';
	font-weight: 500;
	font-style: normal;
	src: 	url(https://www.dcigroup.com/wp-content/uploads/font-hero/google-fonts/ibm-plex-serif/ibm-plex-serif-medium-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'IBM Plex Serif';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://www.dcigroup.com/wp-content/uploads/font-hero/google-fonts/ibm-plex-serif/ibm-plex-serif-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Elza';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://www.dcigroup.com/wp-content/uploads/Elza-Regular.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Elza';
	font-weight: 500;
	font-style: normal;
	src: 	url(https://www.dcigroup.com/wp-content/uploads/Elza-Medium.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Elza';
	font-weight: 600;
	font-style: normal;
	src: 	url(https://www.dcigroup.com/wp-content/uploads/Elza-Semibold.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-ibm-plex-serif: 'IBM Plex Serif';
	--fh-elza: 'Elza';
}
.has-ibm-plex-serif-font-family{ 
	font-family: var(--fh-ibm-plex-serif);
}

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

