@font-face {
	font-family: 'Anton';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://abi-paintball.entwurf.xyz/wp-content/uploads/font-hero/google-fonts/anton/anton-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://abi-paintball.entwurf.xyz/wp-content/uploads/font-hero/google-fonts/roboto/roboto-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://abi-paintball.entwurf.xyz/wp-content/uploads/font-hero/google-fonts/roboto/roboto-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-anton: 'Anton';
	--fh-roboto: 'Roboto';
}
.has-anton-font-family{ 
	font-family: var(--fh-anton);
}

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

