/* Self-hosted brand fonts (woff2, ~140KB total) — no external requests.
   Fraunces and Hanken Grotesk are variable (weight axis); Space Mono is static. */

@font-face{
	font-family:'Fraunces';
	font-style:normal; font-weight:100 900; font-display:swap;
	src:url('../fonts/fraunces-variable.woff2') format('woff2');
}
@font-face{
	font-family:'Fraunces';
	font-style:italic; font-weight:100 900; font-display:swap;
	src:url('../fonts/fraunces-variable-italic.woff2') format('woff2');
}
@font-face{
	font-family:'Hanken Grotesk';
	font-style:normal; font-weight:100 900; font-display:swap;
	src:url('../fonts/hanken-variable.woff2') format('woff2');
}
@font-face{
	font-family:'Space Mono';
	font-style:normal; font-weight:400; font-display:swap;
	src:url('../fonts/spacemono-400.woff2') format('woff2');
}
@font-face{
	font-family:'Space Mono';
	font-style:normal; font-weight:700; font-display:swap;
	src:url('../fonts/spacemono-700.woff2') format('woff2');
}
