@font-face {
	font-family: 'Harry Potter';
	src: url('/assets/webfonts/HarryPotter.woff2') format('woff2'),
		url('/assets/webfonts/HarryPotter.woff') format('woff'),
		url(/assets/webfonts/HarryPotter.ttf'') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.hpclass {
	font-family: 'Harry Potter', sans-serif;
	line-height:1.5;
}
