/* Self-hosted fonts (GDPR-friendly, no Google CDN hotlink).
 * Font files live in /assets/fonts/. Variabili (Inter VF, DM Serif Display).
 */

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/Inter-VariableFont.woff2") format("woff2-variations");
}

@font-face {
	font-family: "DM Serif Display";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/DMSerifDisplay-Regular.woff2") format("woff2");
}

@font-face {
	font-family: "DM Serif Display";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/DMSerifDisplay-Italic.woff2") format("woff2");
}
