@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/manrope-400.woff2") format("woff2");
}
@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/manrope-600.woff2") format("woff2");
}
/* 500/700 intentionally omitted — map to 400/600 to avoid extra downloads */
@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/manrope-600.woff2") format("woff2");
}
@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/manrope-600.woff2") format("woff2");
}

:root {
	--lf-sans: Manrope, "Helvetica Neue", Arial, sans-serif;
	--lf-mono: ui-monospace, "Segoe UI Mono", Menlo, Consolas, monospace;
}
