/* painel/public/css/fontes.css — fontes vendorizadas local (CSP self-only, sem host externo).
   Origem: Google Fonts css2 API (subset latin). Versões/hashes em painel/README.md.
   Archivo e Fraunces são fontes VARIÁVEIS: um único woff2 cobre todo o eixo de peso
   (por isso um @font-face com faixa de font-weight). Space Mono é estático (400 e 700).
   font-display:swap — o texto aparece na fonte de sistema e troca quando a web font chega. */

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fontes/archivo.woff2) format('woff2');
}

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fontes/fraunces.woff2) format('woff2');
}

@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fontes/space-mono-400.woff2) format('woff2');
}

@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fontes/space-mono-700.woff2) format('woff2');
}
