/* ============================================================
   Zakelijk Inleven — Typography tokens
   Koppen: Poppins · Body: Jost (subst. Glacial Indifference)
   ============================================================ */

:root {
  /* Families */
  --font-heading: 'Poppins', 'Arial', sans-serif;
  --font-body: 'Jost', 'Georgia', serif;                 /* Glacial Indifference → Jost */
  --font-display: 'Poppins', 'Arial', sans-serif;

  /* Weights */
  --fw-light: 300;    /* @kind font */
  --fw-regular: 400;  /* @kind font */
  --fw-medium: 500;   /* @kind font */
  --fw-semibold: 600; /* @kind font */
  --fw-bold: 700;     /* @kind font */
  --fw-black: 800;    /* @kind font */

  /* Type scale (1.250 major-third, 16px base) */
  --text-xs:   0.75rem;   /* 12px */
  --text-sm:   0.875rem;  /* 14px */
  --text-base: 1rem;      /* 16px */
  --text-md:   1.125rem;  /* 18px */
  --text-lg:   1.375rem;  /* 22px */
  --text-xl:   1.75rem;   /* 28px */
  --text-2xl:  2.25rem;   /* 36px */
  --text-3xl:  3rem;      /* 48px */
  --text-4xl:  3.75rem;   /* 60px */
  --text-5xl:  4.75rem;   /* 76px */

  /* Line heights */
  --leading-tight: 1.08;
  --leading-snug: 1.22;
  --leading-normal: 1.55;
  --leading-relaxed: 1.7;

  /* Letter spacing — caps headings get a touch of tracking */
  --tracking-tight: -0.02em;
  --tracking-normal: 0;
  --tracking-wide: 0.04em;
  --tracking-caps: 0.06em;   /* HOOFDLETTER accent koppen */
}
