@font-face {
	font-family: 'Hack';
	font-weight: 400;
	font-style: normal;
	src: url('/fonts/Hack/Hack-Regular.woff2') format('woff2'),
		url('/fonts/Hack/Hack-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Hack';
	font-weight: 700;
	font-style: normal;
	src: url('/fonts/Hack/Hack-Bold.woff2') format('woff2'),
		url('/fonts/Hack/Hack-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Hack';
	font-weight: 400;
	font-style: italic;
	src: url('/fonts/Hack/Hack-Italic.woff2') format('woff2'),
		url('/fonts/Hack/Hack-Italic.woff') format('woff');
}

@font-face {
	font-family: 'Hack';
	font-weight: 700;
	font-style: italic;
	src: url('/fonts/Hack/Hack-BoldItalic.woff2') format('woff2'),
		url('/fonts/Hack/Hack-BoldItalic.woff') format('woff');
}
