/* Type scale — display serif for brand voice, Nunito Sans for everything
   functional, mono reserved for figures, CNPJ, guias and codes. */
:root{
  --text-2xs:11px;
  --text-xs:12px;
  --text-sm:13px;
  --text-base:15px;
  --text-md:17px;
  --text-lg:20px;
  --text-xl:24px;
  --text-2xl:30px;
  --text-3xl:38px;
  --text-4xl:48px;
  --text-5xl:60px;

  --leading-tight:1.1;
  --leading-snug:1.25;
  --leading-normal:1.5;
  --leading-relaxed:1.65;

  --weight-light:300;
  --weight-regular:400;
  --weight-medium:500;
  --weight-semibold:600;
  --weight-bold:700;
  --weight-black:800;

  --tracking-tight:-0.02em;
  --tracking-normal:0;
  --tracking-wide:0.04em;
  --tracking-caps:0.14em;

  /* composed roles */
  --type-display:var(--weight-bold) var(--text-4xl)/var(--leading-tight) var(--font-display);
  --type-headline:var(--weight-bold) var(--text-2xl)/var(--leading-snug) var(--font-display);
  --type-title:var(--weight-bold) var(--text-lg)/var(--leading-snug) var(--font-core);
  --type-subtitle:var(--weight-semibold) var(--text-md)/var(--leading-snug) var(--font-core);
  --type-body:var(--weight-regular) var(--text-base)/var(--leading-relaxed) var(--font-core);
  --type-body-sm:var(--weight-regular) var(--text-sm)/var(--leading-normal) var(--font-core);
  --type-label:var(--weight-semibold) var(--text-xs)/var(--leading-normal) var(--font-core);
  --type-eyebrow:var(--weight-bold) var(--text-xs)/var(--leading-normal) var(--font-core);
  --type-numeric:var(--weight-500) var(--text-base)/var(--leading-normal) var(--font-mono);
}
