/* Kgotla — typography. Scale transcribed from the "Kgotla Typography" specimen
   frame (H1–H4, P1–P5) and the style-guide-typography spec sheet. */
:root{
  --font-display:"TT Ramillas Trl","Times New Roman",Georgia,serif;
  --font-body:"Ubuntu",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --font-mono:"Cousine",Menlo,ui-monospace,SFMono-Regular,monospace;

  --weight-light:300;
  --weight-regular:400;
  --weight-medium:500;
  --weight-bold:700;

  /* Headings — TT Ramillas Trl Regular */
  --text-h1:84px;   --leading-h1:88px;  --tracking-h1:-1px;
  --text-h2:56px;   --leading-h2:70px;  --tracking-h2:-0.01em;
  --text-h3:40px;   --leading-h3:50px;
  --text-h4:24px;   --leading-h4:38px;

  /* Body — Ubuntu */
  --text-p1:24px;   --leading-p1:38px;
  --text-p2:18px;   --leading-p2:24px;
  --text-p3:16px;   --leading-p3:22px;
  --text-p4:14px;   --leading-p4:20px;
  --text-p5:12px;   --leading-p5:18px;

  /* Extended display sizes documented in the style guide */
  --text-stat:72px;                     /* Large numbers, e.g. "98% Success" */
  --text-quote:46px;                    /* Pull quotes, TT Ramillas italic */
  --text-section:32px; --leading-section:100%;
  --text-card-title:28px;               /* H4 headline inside cards */
  --text-intro:20px;  --leading-intro:36px;
  --text-label:18px;                    /* Labels / UI */

  /* Eyebrow / kicker: Ubuntu Bold, uppercase, wide tracking, Kgotla blue */
  --text-eyebrow-size:14px;
  --tracking-eyebrow:2px;
  --tracking-eyebrow-tight:1.5px;
  --tracking-label:1px;

  /* Prose leadings used in running copy */
  --leading-body:28px;   /* 16px body inside cards and sections */
  --leading-body-tight:24px;
  --leading-body-loose:29.25px; /* 18px centred copy */
}
