/* =========================================================================
   LF Immobiliare — Font self-hostati (WOFF2, subset latino)
   Brief §6: NON usare il CDN di Google (invierebbe l'IP utente a Google -> GDPR).
   Self-host, WOFF2, subset latino, font-display: swap, preload del file critico.
   Fraunces e Hanken Grotesk sono variable font: un solo file copre il range di pesi.
   Licenza: SIL Open Font License 1.1 (self-host e redistribuzione consentiti).
   ========================================================================= */

/* ---- Fraunces (titoli, serif) — variabile opsz/wght ---- */
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 400 600;          /* usati: 500 (h1) e 600 (brand/accenti) */
  font-display: swap;
  src: url("./fraunces-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 400 600;          /* corsivo per gli accenti del titolo (es. "in 48 ore") */
  font-display: swap;
  src: url("./fraunces-italic-latin.woff2") format("woff2");
}

/* ---- Hanken Grotesk (corpo) — variabile wght ---- */
@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 400 700;          /* usati: 400, 500, 600, 700 */
  font-display: swap;
  src: url("./hanken-grotesk-latin.woff2") format("woff2");
}
