/* Self-hosted variable fonts. Latin subset only.
   One file per family covers every weight — the axis range is declared
   in font-weight below, so 400 and 700 both resolve from the same file. */

@font-face {
	font-family: "Work Sans";
	src: url("../fonts/worksans-variable.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto-variable.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src: url("../fonts/inter-variable.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}
