/* ============================================================
   Self-hosted Inter font — variable weight (400–900)
   Replaces Google Fonts CDN to avoid third-party IP transfer.
   ============================================================ */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('../fonts/InterVariable.woff2') format('woff2');
}
