/* Self-hosted variable fonts — no external Google Fonts requests. Familjen
   Grotesk for headings (a clean, slightly rounded geometric grotesk with a
   confident nautical-signage feel), Figtree for UI/body. Both ship as
   variable fonts; declaring a font-weight *range* against a single file lets
   the browser interpolate the actual axis instead of faking distinct
   weights from duplicate binaries. */
@font-face {
	font-family: 'Familjen Grotesk';
	src: url('../fonts/familjen-var.woff2') format('woff2-variations'), url('../fonts/familjen-var.woff2') format('woff2');
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Figtree';
	src: url('../fonts/figtree-var.woff2') format('woff2-variations'), url('../fonts/figtree-var.woff2') format('woff2');
	font-weight: 300 800;
	font-style: normal;
	font-display: swap;
}
