/* SurMesures — typographie.
   Charte : Kiln Sans / Kiln Serif (Yellow Design Studio) pour le display « tamponné »,
   Futura Medium (Paul Renner) pour le texte courant.
   Fichiers fournis : Kiln Sans Regular + Futura LT (voir tokens/fonts.css). */
:root{
--font-display:'Kiln Sans',sans-serif;      /* logotype, titres tamponnés — TOUJOURS EN CAPITALES */
--font-body:'Futura',sans-serif;              /* texte courant, UI, labels */
--fs-hero:64px; --fs-h1:40px; --fs-h2:28px; --fs-h3:20px;
--fs-body:16px; --fs-small:13px; --fs-caption:11px;
--lh-display:1.05; /* @kind other */ --lh-body:1.55; /* @kind other */
--ls-display:.02em; --ls-caps:.14em;                 /* labels Futura en petites caps espacées */
--fw-body:400; /* @kind other */ --fw-medium:500; /* @kind other */ --fw-bold:700; /* @kind other */
}
