/*
 * Poppins servida pelo próprio domínio (SPEC 13 §3).
 *
 * O arquivo declara a família e cai no stack de sistema quando os arquivos
 * `.woff2` não estão presentes — é o que mantém a tela legível sem depender de
 * CDN de terceiro. Os binários entram no diretório `public/fontes/` no build de
 * release (ver ops/README ou o passo "Fontes" do pipeline).
 */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fontes/poppins-400.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fontes/poppins-500.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fontes/poppins-600.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fontes/poppins-700.woff2") format("woff2");
}
