:root{
  /* Basteleur — accent + main titles (bold only). Mediaan — secondary titles, italic only. Roboto — body/UI. */
  --font-display:"Basteleur",Georgia,"Times New Roman",serif;
  --font-title:"Mediaan","Basteleur",Georgia,serif;
  --font-body:"Roboto","Helvetica Neue",Arial,sans-serif;
  --font-accent:var(--font-title);

  --weight-light:300; --weight-regular:400; --weight-medium:500; --weight-semibold:700; --weight-bold:700;

  --text-2xs:11px; --text-xs:12px; --text-sm:14px; --text-md:16px; --text-lg:18px;
  --text-xl:22px; --text-2xl:28px; --text-3xl:36px; --text-4xl:48px; --text-5xl:64px; --text-6xl:84px;

  --leading-tight:1.05; --leading-snug:1.2; --leading-normal:1.5; --leading-relaxed:1.7;

  --tracking-display:0;       /* Basteleur is already generous — never track it out */
  --tracking-eyebrow:.22em;   /* SCROLL DOWN, section eyebrows (Roboto) */
  --tracking-button:.1em;     /* lowercase button labels */
  --tracking-body:0;

  /* role tokens */
  --type-hero:var(--weight-bold) var(--text-5xl)/var(--leading-tight) var(--font-display);
  --type-h1:var(--weight-bold) var(--text-4xl)/var(--leading-snug) var(--font-display);
  --type-h2:italic var(--weight-regular) var(--text-3xl)/var(--leading-snug) var(--font-title);
  --type-h3:italic var(--weight-regular) var(--text-xl)/var(--leading-snug) var(--font-title);
  --type-eyebrow:var(--weight-medium) var(--text-xs)/var(--leading-normal) var(--font-body);
  --type-body:var(--weight-regular) var(--text-md)/var(--leading-relaxed) var(--font-body);
  --type-body-lg:var(--weight-regular) var(--text-lg)/var(--leading-relaxed) var(--font-body);
  --type-small:var(--weight-regular) var(--text-sm)/var(--leading-normal) var(--font-body);
  --type-quote:italic var(--weight-regular) var(--text-2xl)/1.35 var(--font-title);
  --type-button:var(--weight-medium) var(--text-sm)/1 var(--font-body);
}
