/* WhimCraft fonts — locally hosted woff2 (no external requests). */
/* Fraunces variable (latin) — display */
@font-face {
	font-family: 'Fraunces';
	src: url('../fonts/fraunces-latin.woff2') format('woff2');
	font-weight: 300 900;
	font-style: normal;
	font-display: swap;
}
/* Inter variable (latin) — UI + body */
@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter-latin.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}
