/*
 * Self-hosted variable fonts — SIL OFL 1.1 (license files in this directory).
 * Sourced from the google/fonts repo TTFs, Latin-subset and woff2-compressed
 * via fontTools (all upstream OpenType features and variation axes retained).
 *
 * Compliance guardrail 1: intake/checkout pages must make ZERO third-party
 * requests, so these files are served from the theme — never a fonts CDN.
 * Both files are preloaded from functions.php (LCP budget < 2.5s).
 */

@font-face {
	font-family: 'Fraunces';
	src: url('fraunces-var.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Fraunces';
	src: url('fraunces-italic-var.woff2') format('woff2');
	font-weight: 100 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Hanken Grotesk';
	src: url('hanken-grotesk-var.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}
