/**
 * Self-hosted @font-face declarations
 *
 * Inter (primary) — 300, 400, 500, 600, 700, 800
 *
 * Files in ../fonts/, split by unicode subset (latin-ext + latin).
 * The browser downloads only the subsets needed for visible characters.
 *
 * TODO: Download Inter woff2 files from Google Fonts and place in ../fonts/
 * Until then, load from Google Fonts CDN as fallback.
 */

/* ==========================================================================
   Inter — via Google Fonts CDN (temporary until self-hosted)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
