:root{
  --font-ui:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif; /* @kind font */
  --font-display:'Inter',system-ui,sans-serif; /* @kind font */
  --font-editorial:'Inter',system-ui,sans-serif; /* @kind font */
  --font-alt:'Inter',system-ui,sans-serif; /* @kind font */
  --font-mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace; /* @kind font */

  /* Escala — display */
  --fs-hero:clamp(40px,5.2vw,68px); /* @kind font */
  --fs-h1:clamp(34px,4vw,54px); /* @kind font */
  --fs-h2:clamp(28px,3vw,42px); /* @kind font */
  --fs-h3:24px; /* @kind font */
  --fs-h4:19px; /* @kind font */

  /* Escala — cuerpo */
  --fs-lead:18px; /* @kind font */
  --fs-body:16px; /* @kind font */
  --fs-sm:14px; /* @kind font */
  --fs-xs:13px; /* @kind font */
  --fs-label:11px; /* @kind font */

  --lh-tight:1.04; /* @kind font */
  --lh-heading:1.12; /* @kind font */
  --lh-body:1.62; /* @kind font */

  --tracking-display:-.02em; /* @kind font */
  --tracking-tight:-.01em; /* @kind font */
  --tracking-label:.14em; /* @kind font */
  --tracking-button:.05em; /* @kind font */

  --fw-regular:400; /* @kind font */
  --fw-medium:500; /* @kind font */
  --fw-semibold:600; /* @kind font */
  --fw-bold:700; /* @kind font */
  --fw-extrabold:800; /* @kind font */
  --fw-black:900; /* @kind font */
}
