:root{
  --font-display:"Outfit",system-ui,sans-serif;   /* títulos, logotipo, números grandes */
  --font-body:"Instrument Sans",system-ui,sans-serif; /* corpo, UI, legendas */
  --font-mono:"Geist Mono",ui-monospace,monospace;    /* specs, métricas, nº de seção */

  --w-regular:400; /* @kind font */
  --w-medium:500;  /* @kind font */
  --w-semibold:600;/* @kind font */
  --w-bold:700;    /* @kind font */

  /* Escala display (Outfit 600/700, tracking negativo) */
  --t-display-1:clamp(48px,6.4vw,88px); /* @kind font */
  --t-display-2:clamp(38px,4.6vw,64px); /* @kind font */
  --t-h1:44px; /* @kind font */
  --t-h2:34px; /* @kind font */
  --t-h3:26px; /* @kind font */
  --t-h4:20px; /* @kind font */
  --t-body-lg:19px; /* @kind font */
  --t-body:17px;    /* @kind font */
  --t-body-sm:15px; /* @kind font */
  --t-caption:13px; /* @kind font */
  --t-mono:13px;    /* @kind font */
  --t-mono-sm:11px; /* @kind font */

  --lh-display:1.02; /* @kind font */
  --lh-title:1.12;   /* @kind font */
  --lh-body:1.55;    /* @kind font */
  --lh-tight:1.3;    /* @kind font */
  --ls-display:-.03em; /* @kind font */
  --ls-title:-.02em;   /* @kind font */
  --ls-body:0em;       /* @kind font */
  --ls-mono:.08em;     /* @kind font */
}
