/* ═══════════════════════════════════════════════════════════
   Self-hosted fonts — served from our CDN with 1-year cache.
   Variable fonts: one file covers multiple weights.
   ═══════════════════════════════════════════════════════════ */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/fonts/Inter.woff2') format('woff2');
}

@font-face {
  font-family: 'Rethink Sans';
  font-style: normal;
  font-weight: 600 900;
  font-display: swap;
  src: url('/fonts/RethinkSans.woff2') format('woff2');
}
