/* JH Solutions — typography tokens */
:root {
  --font-display: 'Safira March', 'Brush Script MT', cursive;
  --font-sans: 'Gotham', 'Avenir Next', 'Century Gothic', sans-serif;

  /* Type scale */
  --text-hero: 64px;
  --text-display: 44px;
  --text-title: 30px;
  --text-subtitle: 21px;
  --text-body-size: 16px;
  --text-small: 13px;
  --text-caption: 11px;

  /* Weights (Gotham) */
  --weight-light: 300;
  --weight-book: 400;
  --weight-medium: 500;
  --weight-bold: 700;
  --weight-black: 900;

  /* Leading + tracking */
  --leading-display: 1.1;
  --leading-body: 1.6;
  --tracking-caps: 0.18em;
}
