/* Wealth Innovations — Type tokens.
   Source decks/PDFs use a bold geometric-grotesk for headlines (uppercase,
   tight tracking) and a clean humanist sans for body copy — no branded
   font files were supplied, so Archivo + Public Sans (Google Fonts) are
   substituted as the closest open-source matches. Flagged in readme.md. */
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@500;600;700;800&family=Public+Sans:wght@400;500;600;700&display=swap");

:root {
  --font-display: "Archivo", "Arial Narrow", sans-serif;
  --font-body: "Public Sans", "Helvetica Neue", Arial, sans-serif;

  /* Scale — px, tuned for slides (1920x1080) and print collateral alike */
  --text-eyebrow: 15px;
  --text-body-sm: 16px;
  --text-body: 18px;
  --text-body-lg: 22px;
  --text-h4: 26px;
  --text-h3: 32px;
  --text-h2: 44px;
  --text-h1: 60px;
  --text-display: 84px;
  --text-stat: 48px;

  --leading-tight: 1.1;
  --leading-heading: 1.2;
  --leading-body: 1.55;

  --tracking-headline: 0.01em;
  --tracking-eyebrow: 0.14em;
  --tracking-caps: 0.06em;

  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --weight-heavy: 800;
}
