@font-face {
	font-family: 'Fraunces';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://gersonlacdao.com/wp-content/uploads/font-hero/google-fonts/fraunces/fraunces-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Fraunces';
	font-weight: 400;
	font-style: italic;
	src: 	url(https://gersonlacdao.com/wp-content/uploads/font-hero/google-fonts/fraunces/fraunces-regular-italic-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Fraunces';
	font-weight: 800;
	font-style: normal;
	src: 	url(https://gersonlacdao.com/wp-content/uploads/font-hero/google-fonts/fraunces/fraunces-extra-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Fraunces';
	font-weight: 900;
	font-style: normal;
	src: 	url(https://gersonlacdao.com/wp-content/uploads/font-hero/google-fonts/fraunces/fraunces-heavy-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Lexend';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://gersonlacdao.com/wp-content/uploads/font-hero/google-fonts/lexend/lexend-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Lexend';
	font-weight: 600;
	font-style: normal;
	src: 	url(https://gersonlacdao.com/wp-content/uploads/font-hero/google-fonts/lexend/lexend-semi-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-fraunces: 'Fraunces';
	--fh-lexend: 'Lexend';
}
.has-fraunces-font-family{ 
	font-family: var(--fh-fraunces);
}

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

