/**
 * Local copies of the typefaces used by the MLPA theme.
 *
 * The variable files preserve every approved weight in the declared range
 * without requiring a separate request for each weight.
 */
@font-face {
	font-display: swap;
	font-family: "Abril Fatface";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/abril-fatface-latin.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 400 700;
	src: url("../fonts/dm-sans-latin.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Fraunces";
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400 600;
	src: url("../fonts/fraunces-latin.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Open Sans";
	font-stretch: 100%;
	font-style: normal;
	font-weight: 300 700;
	src: url("../fonts/open-sans-latin.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Space Mono";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/space-mono-regular-latin.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Space Mono";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/space-mono-bold-latin.woff2") format("woff2");
}