/**
 * Self-hosted Inter @font-face declarations.
 *
 * NOT YET ENQUEUED. See assets/fonts/README.md -- INTER FONT ASSET
 * REQUIRED: no actual Inter webfont binary exists anywhere in this
 * repository or the approved Figma handoff as of Phase F1. This file
 * defines the architecture a later phase (or a follow-up commit) can
 * activate the moment real font files are added to assets/fonts/,
 * without needing to touch theme.json's font-family stack (it already
 * lists 'Inter' first) or re-derive this @font-face structure.
 *
 * Deliberately self-hosted rather than a Google Fonts @import: the
 * theme has no other runtime external dependency, and this file
 * preserves that rather than introducing one.
 *
 * variable font, so one file covers weights 300-900 rather than a
 * separate file per weight.
 */
@font-face {
	font-display: swap;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300 900;
	src: url('../fonts/Inter-Variable.woff2') format('woff2-variations');
}
