/* ============================================================
   TIPOGRAFIA
   Unbounded  → display, titoli d'impatto
   Barlow     → body, UI, tabelle, sottotitoli e KPI del sito
   DM Mono    → numeri, dati, etichette tecniche
   Barlow Condensed → SOLO prodotto/app (densità: label, filtri, KPI fitti)
   ============================================================ */

:root {
  --font-display: "Unbounded", "Arial Black", sans-serif;
  --font-body: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "DM Mono", "Barlow", ui-monospace, "SF Mono", Menlo, monospace;
  /* Font di densità — usare SOLO nell'app (Kaburi Dati). Mai su sito/brand. */
  --font-headline: "Barlow Condensed", "Arial Narrow", sans-serif;

  /* Type scale — modulare 1.25 */
  --text-3xs: 10px;
  --text-2xs: 11px;
  --text-xs: 12px;
  --text-sm: 13px;
  --text-base: 15px;
  --text-md: 17px;
  --text-lg: 20px;
  --text-xl: 24px;
  --text-2xl: 30px;
  --text-3xl: 38px;
  --text-4xl: 48px;
  --text-5xl: 64px;
  --text-6xl: 84px;
  --text-7xl: 112px;

  --leading-tight: 1.05;
  --leading-snug: 1.2;
  --leading-normal: 1.45;
  --leading-relaxed: 1.6;

  --tracking-tight: -0.03em;
  --tracking-normal: 0;
  --tracking-wide: 0.04em;
  --tracking-wider: 0.08em;
  --tracking-widest: 0.16em;
}
