/**
 * Self-hosted fonts for UNEI.
 *
 * Open Sans is a variable font: one file covers weights 300-800.
 * UNEI Namu is the brand's custom display face, used for every section title.
 * Sora is only used for the impact figures.
 */

@font-face {
	font-family: "UNEI Namu";
	src: url("unei-namu.woff2") format("woff2");
	/*
	 * The file ships as "Regular" but its usWeightClass is 700, which is the
	 * weight the design uses. Declaring the full range maps every weight to this
	 * single face, so the browser never fakes a bold on top of it.
	 */
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Open Sans";
	src: url("open-sans.woff2") format("woff2");
	font-weight: 300 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Sora";
	src: url("sora-700.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
