/* Self-hosted Muli (latin) — body / UI font; Poppins remains headings-only.
   Google serves Muli as a single VARIABLE woff2: the 400 and 700 @font-face
   blocks in their stylesheet both point at the same file, so one file covers
   the whole weight axis. Declared as a range rather than discrete weights,
   which means the 500 and 600 used in the header get real instances instead of
   being synthesised from 400/700 as they were when loading from Google. */
@font-face {
	font-family: "Muli";
	font-style: normal;
	font-weight: 200 1000;
	font-display: swap;
	src: url("muli.woff2") format("woff2");
}
