/* ═══ Self-hosted fonts — Inter + Montserrat (variable woff2)  ═══════════════
   font-display: swap → text rende imediato com fonte fallback,
   sem FOIT. Troca pra fonte real assim que carregar.
═════════════════════════════════════════════════════════════════════════════ */

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

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