/* =====================================================
   DESIGN TOKENS - Corrections Design System Linkup
   Ce fichier surcharge les styles Webflow pour uniformiser
   ===================================================== */

/* ===================
   TYPOGRAPHIE - H3 à H6
   Ajout du letter-spacing manquant
   =================== */
.heading-style-h3,
.heading-style-h4,
.heading-style-h5,
.heading-style-h6,
h3, h4, h5, h6 {
    letter-spacing: -0.02em;
}

/* ===================
   REFERENCE PALETTE
   (documentation uniquement,
   variables definies dans site-linkup-25.webflow.css)
   =================== */
/*
   --brand--primary: #13155d      (bleu fonce)
   --brand--secondary: #fb4d18    (orange CTA)
   --bg-color--bg-primary: #eff9f9 (fond clair)
   --bg-color--bg-secondary: #dff2f6
   --text-color--text-primary: #000
   --brand--white: #fff
   --brand--neutral-lighter: #efeeeb
*/
