/* Fontes auto-hospedadas — sem CDN do Google (performance + LGPD).
   Os arquivos .woff2 devem existir em assets/fonts/.
   O theme.json também declara estes @font-face via fontFace; este arquivo
   é um fallback explícito e garante font-display: swap. */

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/fraunces-500.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400; /* Regular; pesos 500/600 da UI são sintetizados pelo navegador.
                       Para 600 real, gere inter-var.woff2 do TTF variável (ver README). */
  font-display: swap;
  src: url("../fonts/inter.woff2") format("woff2");
}
