@font-face {
	font-family: 'Denton';
	font-weight: 300;
	font-style: normal;
	src: 	url(https://weareluma.net/wp-content/uploads/Denton-Light.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Denton';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://weareluma.net/wp-content/uploads/Denton-Bold.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Lexend';
	font-weight: 300;
	font-style: normal;
	src: 	url(https://weareluma.net/wp-content/uploads/Lexend-Light.woff2) format('woff2');
	font-display: swap;
}

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

@font-face {
	font-family: 'Lexend';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://weareluma.net/wp-content/uploads/Lexend-Bold.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'SharpGroteskBlack';
	font-weight: 900;
	font-style: normal;
	src: 	url(https://weareluma.net/wp-content/uploads/SharpGroteskBlack15.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-denton: 'Denton';
	--fh-lexend: 'Lexend';
	--fh-sharpgroteskblack: 'SharpGroteskBlack';
}
.has-denton-font-family{ 
	font-family: var(--fh-denton);
}

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

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

