@font-face {
	font-family: 'Lab Grotesque';
	src: url('/site/templates/fonts/labgrotesque-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Lab Grotesque';
	src: url('/site/templates/fonts/labgrotesque-medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Lab Grotesque';
	src: url('/site/templates/fonts/labgrotesque-bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Lab Grotesque';
	src: url('/site/templates/fonts/labgrotesque-black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
}

/*
100 - Thin/Hairline   → font-thin
200 - Extra Light     → font-extralight
300 - Light           → font-light
400 - Regular         → font-normal
500 - Medium          → font-medium
600 - Semi Bold       → font-semibold
700 - Bold            → font-bold
800 - Extra Bold      → font-extrabold
900 - Black/Heavy     → font-black
/*