/**
 * Manrope — self-hosted, not pulled from Google Fonts at request time.
 * One variable-weight woff2 (200–800 in a single ~24KB file, latin
 * subset) covers every weight the theme uses (400/500/600/700/800),
 * so this replaces what used to be several separate static-weight
 * requests to fonts.googleapis.com.
 */
@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url("../fonts/manrope-var.woff2") format("woff2");
}
