/**
 * Est. 1973 self-hosted font faces (Wave 3.0 foundation shell).
 *
 * Subset-to-latin woff2 files already committed under assets/est1973/fonts/.
 * font-display: swap on every face; NO preload here (dangling-preload lesson
 * — preloads must live in the critical CSS of whichever family actually
 * consumes a face above the fold, added in later per-family waves).
 * Loaded ONLY when CCS_EST1973 is active.
 */

@font-face {
	font-family: 'Jost';
	src: url('../est1973/fonts/jost-400.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Jost';
	src: url('../est1973/fonts/jost-500.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Jost';
	src: url('../est1973/fonts/jost-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Pacifico';
	src: url('../est1973/fonts/pacifico-400.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bitter';
	src: url('../est1973/fonts/bitter-400.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bitter';
	src: url('../est1973/fonts/bitter-400-italic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Bitter';
	src: url('../est1973/fonts/bitter-600.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
