/*
 * Design V2 @font-face rules.
 *
 * Font files:
 *   - assets/fonts/ABCArizonaMixVariable.{woff2,woff}
 *   - assets/fonts/space-grotesk/SpaceGrotesk-{Light,Regular,Medium,SemiBold,Bold}.woff2
 *
 * Loaded before design-v2.css (see class-assets.php). Not bundled via webpack so
 * URLs stay stable and match preload_fonts() in class-theme.php.
 */
@font-face {
	font-family: 'ABC Arizona Mix';
	src:
		local('ABC Arizona Mix'),
		local('ABCArizonaMixVariable'),
		url('ABCArizonaMixVariable.woff2') format('woff2-variations'),
		url('ABCArizonaMixVariable.woff') format('woff');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

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

@font-face {
	font-family: 'Space Grotesk';
	src:
		local('Space Grotesk Regular'),
		url('space-grotesk/SpaceGrotesk-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Space Grotesk';
	src:
		local('Space Grotesk Medium'),
		url('space-grotesk/SpaceGrotesk-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Space Grotesk';
	src:
		local('Space Grotesk SemiBold'),
		url('space-grotesk/SpaceGrotesk-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

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