/**
 * Space Grotesk — self-hosted, latin subset, normal style.
 * Variable font covering weights 300–700 (Space Grotesk has no 800 cut,
 * unlike the Poppins files this replaces — nothing on the site used 800).
 */

@font-face {
	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url('space-grotesk.woff2') format('woff2');
}
