/* ============================================================
   MASTER INTERNET – fonts.css
   Fonte de títulos/destaques: Panton (ainda sem arquivo licenciado —
   --font-heading cai no fallback Hanken Grotesk até termos a fonte)
   Fonte de textos/subtítulos: Hanken Grotesk — hospedada aqui mesmo
   (arquivo variável único, pesos 300-900) em vez de vir do Google
   Fonts, pra tirar uma conexão externa bloqueando a renderização.
   ============================================================ */

@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('fonts/hanken-grotesk-latin.woff2') format('woff2');
}

:root {
  /* Títulos e palavras de destaque */
  --font-heading: 'Panton', 'Hanken Grotesk', system-ui, -apple-system, sans-serif;
  /* Textos longos e subtítulos */
  --font-body: 'Hanken Grotesk', system-ui, -apple-system, sans-serif;
}
