@font-face {
	font-family: 'Red Hat Display';
	font-weight: 500;
	font-style: normal;
	src: 	url(https://va-loo.ch/wp-content/uploads/2023/05/RedHatDisplay-Medium.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Red Hat Display';
	font-weight: 900;
	font-style: normal;
	src: 	url(https://va-loo.ch/wp-content/uploads/2023/05/RedHatDisplay-Black.woff2) format('woff2');
	font-display: swap;
}

p{ 
	font-family: 'Red Hat Display';
	font-weight: 500;
}

h1, h2, h3, h4, h5, h6{ 
	font-family: 'Red Hat Display';
	font-weight: 900;
}

.has-red-hat-display-font-family{ 
	font-family: 'Red Hat Display';
}

