/* Local font declarations mirror the typography used by marcone.dev. */
@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 100 1000;
	font-display: swap;
	src: url(../fonts/DMSans%5Bopsz%2Cwght%5D.ttf) format("truetype");
}

@font-face {
	font-family: "IBM Plex Mono";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/IBMPlexMono-Regular.ttf) format("truetype");
}

@font-face {
	font-family: "IBM Plex Mono";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(../fonts/IBMPlexMono-Medium.ttf) format("truetype");
}
