/* ============================================================
   TYPOGRAPHY — Minhas Vendas
   Display & UI: Plus Jakarta Sans
   Numerics / data: Space Grotesk (tabular figures in tables)
   ============================================================ */

:root {
  /* Families */
  --font-sans: 'Plus Jakarta Sans', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-data: 'Space Grotesk', 'Plus Jakarta Sans', ui-monospace, monospace;

  /* Weights */
  --weight-regular:  400;
  --weight-medium:   500;
  --weight-semibold: 600;
  --weight-bold:     700;
  --weight-extra:    800;

  /* Type scale (px / rem) */
  --text-display:   2.75rem;  /* 44px — page hero numbers */
  --text-h1:        2rem;     /* 32px */
  --text-h2:        1.5rem;   /* 24px */
  --text-h3:        1.25rem;  /* 20px */
  --text-title:     1.0625rem;/* 17px — card titles */
  --text-body:      0.9375rem;/* 15px — default body */
  --text-sm:        0.8125rem;/* 13px — secondary */
  --text-xs:        0.6875rem;/* 11px — labels / captions */

  /* Line heights */
  --leading-tight:  1.1;
  --leading-snug:   1.25;
  --leading-normal: 1.5;

  /* Tracking */
  --tracking-tight: -0.02em;
  --tracking-normal: 0;
  --tracking-label: 0.06em;   /* uppercase eyebrow labels */
}
