/* Self-hosted variable fonts — Orbitron (headings) + Inter (body fallback for SF Pro, ADR-0004).
   Each is a single variable woff2 covering the full weight range. Latin subset (covers German ä ö ü ß). */

@font-face {
	font-family: "Orbitron";
	font-style: normal;
	font-weight: 400 900;
	font-display: swap;
	src: url("./orbitron-variable.woff2") format("woff2");
}

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