/**
 * Self-hosted variable fonts (latin subset) — no third-party font requests.
 *
 * Bricolage Grotesque — SIL Open Font License 1.1
 *   https://github.com/ateliertriay/bricolage
 * Instrument Sans — SIL Open Font License 1.1
 *   https://github.com/Instrument/instrument-sans
 *
 * font-display: swap keeps text visible on first paint; the system-font
 * stacks in the tokens are metric-close enough that swap shift is minimal.
 */

@font-face {
	font-family: "Bricolage Grotesque";
	src: url("../fonts/bricolage-normal.woff2") format("woff2");
	font-weight: 400 800;
	font-stretch: 75% 100%;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Instrument Sans";
	src: url("../fonts/instrument-normal.woff2") format("woff2");
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Instrument Sans";
	src: url("../fonts/instrument-italic.woff2") format("woff2");
	font-weight: 400 700;
	font-style: italic;
	font-display: swap;
}
