@font-face {
	font-family: 'HK Grotesk';
	src: url('./hkgrotesk-regular.woff2') format('woff2'),
		 url('./hkgrotesk-regular.woff') format('woff'),
		 url(./HKGrotesk-Regular.otf) format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: auto;
}

@font-face {
	font-family: 'Dela Gothic One';
	src: url('./delagothicone.woff2') format('woff2'),
		 url('./delagothicone.woff') format('woff'),
		 url(./DelaGothicOne-Regular.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: auto;
}

@font-face {
	font-family: 'Rubik';
	src: url('./rubik.woff2') format('woff2'),
		 url('./rubik.woff') format('woff'),
		 url(./Rubik.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: auto;
}

@font-face {
	font-family: 'Rubik Italic';
	src: url('./rubik-italic.woff2') format('woff2'),
		 url('./rubik-italic.woff') format('woff'),
		 url(./Rubik-Italic.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: auto;
}