:root{
  /* Elementor type tokens, verbatim */
  --jh-type-primary-size:50px;
  --jh-type-primary-weight:500;
  --jh-type-primary-line-height:1em;
  --jh-type-primary-letter-spacing:-0.04em;

  --jh-type-secondary-size:30px;
  --jh-type-secondary-weight:500;
  --jh-type-secondary-line-height:1em;
  --jh-type-secondary-letter-spacing:-0.03em;

  --jh-type-body-size:18px;
  --jh-type-body-weight:400;
  --jh-type-body-line-height:1.6em;
  --jh-type-body-letter-spacing:0;

  /* Sizes */
  --text-display:92px;      /* homepage hero H1 */
  --text-display-fluid:clamp(54px,6.4vw,92px);
  --text-h1:50px;
  --text-h2:30px;
  --text-h3:24px;           /* card titles */
  --text-stat:68px;
  --text-body-lg:18px;
  --text-body:18px;
  --text-body-sm:17px;
  --text-caption:16px;
  --text-nav:16px;
  --text-micro:13px;

  /* Weights — the system is 400 and 500 only */
  --weight-regular:400;
  --weight-medium:500;

  /* Line heights */
  --leading-display:0.95;
  --leading-tight:1;
  --leading-snug:1.2;
  --leading-body:1.6;

  /* Tracking — negative and deliberate */
  --track-display:-0.06em;
  --track-h1:-0.04em;
  --track-h2:-0.03em;
  --track-h3:-0.03em;
  --track-stat:-0.05em;
  --track-body:0; /* @kind other */
  --track-label:0.08em; /* small all-caps eyebrows */
}
