/* Maison Élevée — shared design tokens
   Source of truth for site-wide body copy.
   Reference: .philosophy__body on index.html */
:root {
  --body-size: clamp(19px, 1.8vw, 24px);
  --body-lh:   1.85;
}
