/* ============================================================
   FONT LOCALI - Crespo Pubblicità
   Versione FIX: nessun Google Fonts, nessun CDN, nessun file remoto.
   Usa soltanto font installati localmente sul dispositivo dell'utente.
   ============================================================ */

:root{
  --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Helvetica Neue", sans-serif;
  --font-display: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Helvetica Neue", sans-serif;
}

html,
body,
button,
input,
select,
textarea,
table,
th,
td,
label,
a,
p,
div,
span{
  font-family: var(--font-sans) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.marchio,
.kpi .n,
.nome-card .nome{
  font-family: var(--font-display) !important;
  font-weight: 800;
  letter-spacing: -0.02em;
}

button,
input,
select,
textarea,
.btn{
  font-family: var(--font-sans) !important;
}

/* Piccola ottimizzazione: numeri più ordinati nelle tabelle e nei KPI */
.num,
.kpi .n,
td,
th{
  font-variant-numeric: tabular-nums;
}
