/* Sistema Upshot — tipografia. Hanken Grotesk para falar, IBM Plex Mono para provar. */
:root{
  --font-brand:"Hanken Grotesk","Segoe UI",system-ui,-apple-system,sans-serif;
  --font-mono:"IBM Plex Mono",ui-monospace,"Cascadia Mono",Consolas,monospace;
  /* escala (tamanho / entrelinha / tracking / peso) */
  --t-display-size:56px; /* @kind font */ --t-display-lh:1.02; /* @kind other */ --t-display-ls:-.035em; /* @kind font */ --t-display-w:800; /* @kind other */
  --t-h1-size:40px; /* @kind font */ --t-h1-lh:1.08; /* @kind other */ --t-h1-ls:-.03em; /* @kind font */ --t-h1-w:800; /* @kind other */
  --t-h2-size:28px; /* @kind font */ --t-h2-lh:1.15; /* @kind other */ --t-h2-ls:-.02em; /* @kind font */ --t-h2-w:700; /* @kind other */
  --t-h3-size:20px; /* @kind font */ --t-h3-lh:1.3; /* @kind other */ --t-h3-ls:-.015em; /* @kind font */ --t-h3-w:700; /* @kind other */
  --t-lead-size:19px; /* @kind font */ --t-lead-lh:1.55; /* @kind other */
  --t-body-size:16px; /* @kind font */ --t-body-lh:1.6; /* @kind other */
  --t-small-size:14px; /* @kind font */ --t-small-lh:1.5; /* @kind other */
  --t-label-size:11px; /* @kind font */ --t-label-ls:.16em; /* @kind font */ --t-label-w:600; /* @kind other */
  --t-hero-size:clamp(40px,6vw,68px); /* @kind font */ --t-hero-ls:-.035em; /* @kind font */
  --wordmark-ls:.34em; /* @kind other */
  --pill-ls:.1em; /* @kind other */
  --measure-body:65ch; /* @kind other */ --measure-hero:20ch; /* @kind other */
}
