/* ==========================================================================
   Self-hosted @font-face declarations — latin subset only (English-only
   site). Replaces the Google Fonts CSS request.

   July 2026 reskin: DM Serif Display retired (its woff2 files remain in
   /assets/fonts but are no longer declared or preloaded). Display type is
   Inter Tight 800; the reading serif is system Times (no file).
   ========================================================================== */

/* ----- Inter Tight — variable sans (all display type + UI) */
@font-face {
	font-family: "Inter Tight";
	font-style: normal;
	font-weight: 300 800;          /* variable axis */
	font-display: swap;
	src: url(../fonts/inter-tight-variable.woff2) format("woff2-variations");
}

/* ----- DM Mono — mono caps (kickers, eyebrows, metadata) */
@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");
}
