/*
 * OnePageCheckout Pro — self-hosted webfonts (GDPR-safe, no Google request).
 * Same families/weights the theme previously pulled from fonts.googleapis.com:
 * Space Grotesk 400/500/600/700 · Inter 400/500/600 · JetBrains Mono 500/600.
 * Inter 450 (used by opc.css) resolves to the 500 face via CSS font matching.
 * Files live in ../fonts/ (latin subset, woff2 via google-webfonts-helper).
 */

/* Space Grotesk */
@font-face {
	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/space-grotesk-v22-latin-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/space-grotesk-v22-latin-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/space-grotesk-v22-latin-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/space-grotesk-v22-latin-700.woff2') format('woff2');
}

/* Inter */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/inter-v20-latin-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 450 500;
	font-display: swap;
	src: url('../fonts/inter-v20-latin-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/inter-v20-latin-600.woff2') format('woff2');
}

/* JetBrains Mono */
@font-face {
	font-family: 'JetBrains Mono';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/jetbrains-mono-v24-latin-500.woff2') format('woff2');
}
@font-face {
	font-family: 'JetBrains Mono';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/jetbrains-mono-v24-latin-600.woff2') format('woff2');
}
