/*
 * Inter — self-hosted (SIL Open Font License), latin subset only. Google
 * serves the variable-weight instance under one file even for discrete
 * @font-face weight requests; a single `font-weight: 100 900` range with
 * one file is the correct, smaller equivalent instead of duplicating the
 * same bytes across four @font-face blocks.
 *
 * Helvetica has no self-hosted equivalent (proprietary, no free webfont
 * license) — it's declared as a system font stack directly in
 * tokens.css (--f-display), no @font-face needed here.
 */

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/inter-latin-variable.woff2') format('woff2-variations'), url('../fonts/inter-latin-variable.woff2') format('woff2');
}
