:root{
  --font-serif-display:"Instrument Serif",Georgia,serif;
  --font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --font-mono:"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,monospace;

  /* Escala tipográfica */
  --text-12:12px; --text-14:14px; --text-16:16px; --text-18:18px; --text-20:20px;
  --text-24:24px; --text-32:32px; --text-44:44px; --text-56:56px; --text-72:72px; --text-96:96px;

  /* Pesos */
  --peso-extralight:200; /* @kind other */
  --peso-light:300; /* @kind other */
  --peso-regular:400; /* @kind other */
  --peso-medium:500; /* @kind other */
  --peso-semibold:600; /* @kind other */
  --peso-bold:700; /* @kind other */

  /* Altura de linha */
  --lh-display:1.0; /* @kind other */
  --lh-titulo:1.1; /* @kind other */
  --lh-subtitulo:1.3; /* @kind other */
  --lh-corpo:1.55; /* @kind other */
  --lh-confortavel:1.65; /* @kind other */

  /* Tracking */
  --track-display:-0.025em; /* @kind other */
  --track-titulo:-0.015em; /* @kind other */
  --track-corpo:-0.005em; /* @kind other */
  --track-sobrancelha:0.28em; /* @kind other */
  --track-rotulo:0.24em; /* @kind other */

  /* Papéis */
  --type-hero:var(--font-serif-display);
  --type-titulo:var(--font-serif-display);
  --type-corpo:var(--font-sans);
  --type-dado:var(--font-mono);
}
