/* Fasi — Tipografía. Cabinet Grotesk = titulares. DM Sans = todo lo demás. */
:root{
  --font-display:"Cabinet Grotesk","Helvetica Neue",Arial,sans-serif;
  --font-body:"DM Sans","Helvetica Neue",Arial,sans-serif;

  --weight-regular:400;
  --weight-medium:500;
  --weight-bold:700;
  --weight-extrabold:800;
  --weight-black:900;

  /* Escala display (Cabinet Grotesk) */
  --text-display-size:112px; --text-display-lh:0.94; --text-display-ls:-0.035em;
  --text-h1-size:72px;  --text-h1-lh:1.00; --text-h1-ls:-0.03em;
  --text-h2-size:48px;  --text-h2-lh:1.06; --text-h2-ls:-0.025em;
  --text-h3-size:32px;  --text-h3-lh:1.15; --text-h3-ls:-0.02em;
  --text-h4-size:24px;  --text-h4-lh:1.25; --text-h4-ls:-0.015em;

  /* Escala de texto (DM Sans) */
  --text-lead-size:22px;  --text-lead-lh:1.55;
  --text-body-size:17px;  --text-body-lh:1.65;
  --text-small-size:15px; --text-small-lh:1.6;
  --text-caption-size:13px;--text-caption-lh:1.5;
  --text-eyebrow-size:13px;--text-eyebrow-lh:1.2;--text-eyebrow-ls:0.14em;

  /* Medidas de línea */
  --measure-narrow:38ch;
  --measure-default:62ch;
  --measure-wide:78ch;
}
