/*
 * Self-hosted variable fonts (latin subset only — no third-party font
 * requests, no Google Fonts privacy/GDPR concern).
 * Both files are variable fonts; declaring multiple discrete font-weight
 * values against the same source lets the browser slice the correct
 * weight from the variation axis.
 */

@font-face {
	font-family: "BRD Heading";
	font-style: normal;
	font-weight: 700 800;
	font-display: swap;
	src: url("../fonts/plus-jakarta-sans-var-latin.woff2") format("woff2");
}

@font-face {
	font-family: "BRD Body";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/inter-var-latin.woff2") format("woff2");
}
