@font-face {
	font-family: 'Oxanium';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://alpha.awwware.info/wp-content/uploads/font-hero/google-fonts/oxanium/oxanium-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Quicksand';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://alpha.awwware.info/wp-content/uploads/font-hero/google-fonts/quicksand/quicksand-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Quicksand';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://alpha.awwware.info/wp-content/uploads/font-hero/google-fonts/quicksand/quicksand-regular-normal-latin-ext.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Quicksand';
	font-weight: 500;
	font-style: normal;
	src: 	url(https://alpha.awwware.info/wp-content/uploads/font-hero/google-fonts/quicksand/quicksand-medium-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Quicksand';
	font-weight: 500;
	font-style: normal;
	src: 	url(https://alpha.awwware.info/wp-content/uploads/font-hero/google-fonts/quicksand/quicksand-medium-normal-latin-ext.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Quicksand';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://alpha.awwware.info/wp-content/uploads/font-hero/google-fonts/quicksand/quicksand-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Quicksand';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://alpha.awwware.info/wp-content/uploads/font-hero/google-fonts/quicksand/quicksand-bold-normal-latin-ext.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-oxanium: 'Oxanium';
	--fh-quicksand: 'Quicksand';
}
.has-oxanium-font-family{ 
	font-family: var(--fh-oxanium);
}

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

