/* ============================================================================
   Kinema — Webfont loading
   The app uses Inter (currently via system fallback — no font bundled).
   We load Inter from Google Fonts for a guaranteed match, weights 400–800.
   NOTE: no font binary ships in the codebase; if an offline/self-hosted font
   file is required, request the .woff2 files from the product team.
   ============================================================================ */

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