/* fonts.css — self-hosted, nessun CDN. Archivo 800 (display) + Public Sans
   400/600 (testo). 2 famiglie, 3 pesi totali (budget STACK.md: ≤2/≤4).
   Precaricare i pesi critici da head.html con <link rel="preload">. */
@font-face {
  font-family: "Archivo";
  src: url("/assets/fonts/archivo-800-normal-latin.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("/assets/fonts/public-sans-400-normal-latin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("/assets/fonts/public-sans-600-normal-latin.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
