/* ============================================================
   Vivo · Tipografia
   Roboto         → UI / corpo (fonte oficial Vivo no digital)
   Roboto Slab    → display / títulos (substituto de ITC Officina Serif)
   Tracking em zero; entrelinha ≥ corpo; títulos com leve negativo.
   ============================================================ */
:root{
  --font-display:"Roboto Slab",Georgia,serif;
  --font-sans:"Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
  --font-mono:"SFMono-Regular",Menlo,Consolas,monospace;

  /* Pesos */
  --fw-light:300;   /* @kind font */
  --fw-regular:400; /* @kind font */
  --fw-medium:500;  /* @kind font */
  --fw-bold:700;    /* @kind font */

  /* Escala tipográfica (px) */
  --fs-display:56px;  /* hero / número grande */
  --fs-h1:40px;
  --fs-h2:32px;
  --fs-h3:24px;
  --fs-lead:20px;
  --fs-body:16px;     /* corpo padrão */
  --fs-sm:14px;
  --fs-label:12px;    /* micro-rótulos CAIXA ALTA */
  --fs-caption:11px;

  /* Entrelinha */
  --lh-tight:1.05;   /* @kind other */
  --lh-heading:1.15; /* @kind other */
  --lh-body:1.5;     /* @kind other */
  --lh-relaxed:1.6;  /* @kind other */

  /* Tracking */
  --tracking-heading:-.02em; /* @kind other */
  --tracking-label:.05em;   /* micro-rótulos @kind other */
  --tracking-eyebrow:.12em; /* eyebrows / chips @kind other */
}
