/**
 * Self-hosted Inter (variable font).
 *
 * Two files cover every weight (100–900) plus italic and slant. Loaded
 * once at the start of the document via inc/enqueue.php. `font-display:
 * swap` keeps the text visible during the brief font load with the
 * fallback stack — no FOIT.
 *
 * Source: https://rsms.me/inter/  ·  License: SIL Open Font License 1.1
 */

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/InterVariable.woff2') format('woff2-variations'),
	     url('../fonts/InterVariable.woff2') format('woff2');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/InterVariable-Italic.woff2') format('woff2-variations'),
	     url('../fonts/InterVariable-Italic.woff2') format('woff2');
}
