/**
 * Defines self-hosted typefaces used by Inventif Codex.
 *
 * The two critical families are local copies so the hero does not depend on a
 * third-party font request or expose visitor information to an external CDN.
 */

/* Display = Cabinet Grotesk (Fontshare, ITF). Static cuts, kept under the
   "Inventif Display" alias so no other stylesheet changes when the face does. */
@font-face {
	font-family: "Inventif Display";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../../fonts/CabinetGrotesk-Medium.woff2") format("woff2");
}

@font-face {
	font-family: "Inventif Display";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../../fonts/CabinetGrotesk-Bold.woff2") format("woff2");
}

@font-face {
	font-family: "Inventif Display";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("../../fonts/CabinetGrotesk-Extrabold.woff2") format("woff2");
}

@font-face {
	font-family: "Inventif Sans";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../../fonts/InstrumentSans-VariableFont_wdth,wght.woff2") format("woff2");
}

@font-face {
	font-family: "Inventif Mono";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../../fonts/IBMPlexMono-Regular.woff2") format("woff2");
}
