/* Fontes hospedadas localmente — Google Fonts remoto é risco sob LGPD.
   Baixar os .woff2 em https://gwfh.mranftl.com/fonts (charset latin + latin-ext)
   e colocar nesta mesma pasta. Ver README.md. */

/* ---- Sora (títulos) ---- */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('sora-v12-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('sora-v12-latin-600.woff2') format('woff2');
}

/* ---- Inter (texto) ---- */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('inter-v13-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('inter-v13-latin-600.woff2') format('woff2');
}
