/* Acta Ventures — typography tokens */
:root {
  --font-serif-display: "Newsreader", "Source Serif 4", Georgia, serif;
  --font-sans-body: "Public Sans", "Helvetica Neue", Arial, sans-serif;
  /* matches the geometric sans of the real AV lockup art (Nexa Text / Montserrat Medium) */
  --font-brand-caps: "Montserrat", "Public Sans", sans-serif;
  --weight-brand: 500;
  --tracking-brand: 0.12em;

  /* Scale: one huge moment, everything else restrained */
  --text-hero: clamp(48px, 8vw, 96px);
  --text-section-title: clamp(28px, 3.5vw, 44px);
  --text-body-size: 17px;
  --text-small: 14px;
  --text-label: 12px;

  --leading-display: 1.02;
  --leading-body: 1.65;
  --tracking-display: -0.02em;
  --tracking-label: 0.18em;

  --weight-display: 500;
  --weight-body: 400;
}
