/* Incentive — Typography Tokens */
:root {
  /* ── Font families ── */
  --font-display: "Season Mix-TRIAL", Georgia, "Times New Roman", serif;
  --font-body:    "Season Sans-TRIAL", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --font-mono:    "Geist Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;

  /* ── Display scale — Season Mix-TRIAL ── */
  --text-display-2xl: 100.25px;   /* Chapter intro, huge heroes */
  --text-display-xl:   72.91px;   /* Hero headlines */
  --text-display-lg:   50.13px;   /* Large display */
  --text-display-md:   43.29px;   /* Section headers */
  --text-display-sm:   38px;      /* Card headlines */
  --text-display-xs:   32px;      /* Sub-headers */
  --text-display-2xs:  31px;      /* Compact display */

  /* ── Body scale — Season Sans-TRIAL ── */
  --text-body-xl: 26px;
  --text-body-lg: 20.51px;
  --text-body-md: 18.23px;
  --text-body-sm: 16px;
  --text-body-xs: 14px;
  --text-body-2xs: 11.17px;
  --text-body-3xs: 11px;

  /* ── Mono scale — Geist Mono ── */
  --text-mono-lg: 16px;
  --text-mono-md: 15.02px;
  --text-mono-sm: 13.67px;
  --text-mono-xs: 11px;
  --text-mono-2xs: 9.52px;

  /* ── Letter spacing ── */
  --tracking-display: -0.03em;    /* Season Mix — always */
  --tracking-body:    -0.02em;    /* Season Sans — always */
  --tracking-mono:    -0.02em;    /* Geist Mono — standard */
  --tracking-mono-cta: -0.05em;  /* Geist Mono — CTA/labels */

  /* ── Line heights ── */
  --leading-display-tight: 0.8;   /* Large display headlines */
  --leading-display:        1.0;  /* Normal display */
  --leading-body:           1.04; /* Body copy */

  /* ── Font weights (Season Mix-TRIAL) ── */
  --weight-display:      420;     /* Standard Season Mix */
  --weight-display-bold: 580;     /* Semibold Season Mix */

  /* ── Font weights (Season Sans-TRIAL) ── */
  --weight-light:   300;
  --weight-regular: 400;
  --weight-medium:  550;
  --weight-heavy:   700;
}
