/* ============================================================
   Tam Immobiliare — Typography tokens
   ============================================================ */

:root {
  /* Families */
  --font-display: "Jost", "Century Gothic", "Futura", system-ui, sans-serif;
  --font-body: "Source Sans 3", -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-mono: ui-monospace, "SF Mono", Menlo, monospace;

  /* Weights */
  --fw-light: 300; /* @kind other */
  --fw-regular: 400; /* @kind other */
  --fw-medium: 500; /* @kind other */
  --fw-semibold: 600; /* @kind other */
  --fw-bold: 700; /* @kind other */

  /* Fluid-ish type scale (1.250 major-third-ish, tuned) */
  --text-2xs: 0.6875rem;  /* 11px — legal / capitolato fine print */
  --text-xs:  0.75rem;    /* 12px — eyebrows, table meta */
  --text-sm:  0.875rem;   /* 14px — secondary / dense tables */
  --text-base:1rem;       /* 16px — body */
  --text-md:  1.125rem;   /* 18px — lead body */
  --text-lg:  1.375rem;   /* 22px — card titles */
  --text-xl:  1.75rem;    /* 28px — section titles */
  --text-2xl: 2.25rem;    /* 36px — page titles */
  --text-3xl: 3rem;       /* 48px — display */
  --text-4xl: 4rem;       /* 64px — hero */
  --text-5xl: 5.5rem;     /* 88px — statement numbers */

  /* Line heights */
  --leading-none: 1;
  --leading-tight: 1.15;
  --leading-snug: 1.3;
  --leading-normal: 1.55;
  --leading-relaxed: 1.7;

  /* Letter spacing — Jost display is set wide, mirroring the wordmark */
  --tracking-tight: -0.02em;
  --tracking-normal: 0;
  --tracking-wide: 0.04em;
  --tracking-wider: 0.12em;   /* eyebrow / IMMOBILIARE-style caps */
  --tracking-widest: 0.24em;
}
