/* Self-hosted Manrope (OFL). Same files on every deploy — no Google Fonts CDN. */
@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url("fonts/manrope-latin.woff2") format("woff2");
}

:root {
	--font: "Manrope", sans-serif;
}
