/* Self-hosted fonts (place WOFF2 files under /public/assets/fonts/) */
/* Keep this file minimal: only core Latin UI font to reduce total byte weight */
/* Inter (Variable) */
@font-face {
  font-family: 'Inter';
  src:
    local('Inter'),
    url('/assets/fonts/Inter-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Non‑Latin families are moved to /styles/fonts-i18n.css and loaded conditionally. */
