/* Bandhab webfonts — self-hosted.
   Files are fetched into ../fonts/ at install time so no request reaches
   fonts.googleapis.com. GDPR: a Danish organisation should not leak visitor
   IPs to a third-party CDN for decoration. See tickets/BH-004.md.

   If a face is missing, the stack in tokens/typography.css degrades to
   Helvetica Neue / Georgia / ui-monospace rather than breaking. */

@font-face {
	font-family: "Archivo Narrow";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/archivo-narrow.woff2") format("woff2");
}

@font-face {
	font-family: "Source Serif 4";
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url("../fonts/source-serif-4.woff2") format("woff2");
}

@font-face {
	font-family: "Source Serif 4";
	font-style: italic;
	font-weight: 300 700;
	font-display: swap;
	src: url("../fonts/source-serif-4-italic.woff2") format("woff2");
}

@font-face {
	font-family: "DM Mono";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/dm-mono-300.woff2") format("woff2");
}

@font-face {
	font-family: "DM Mono";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/dm-mono-400.woff2") format("woff2");
}

@font-face {
	font-family: "DM Mono";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/dm-mono-500.woff2") format("woff2");
}
