@font-face {
	font-family: 'hg-grotesk';
	src: url('./fonts/HKGrotesk-Medium.woff2') format('woff2'),
		url('./fonts/HKGrotesk-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'hg-grotesk';
	src: url('./fonts/HKGrotesk-SemiBold.woff2') format('woff2'),
		url('./fonts/HKGrotesk-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'hg-grotesk';
	src: url('./fonts/HKGrotesk-Bold.woff2') format('woff2'),
		url('./fonts/HKGrotesk-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}