/* ============================================================
   Human Intention — THEME (squelette)
   14 juin 2026 · v5
   Ce fichier ne contient QUE : les polices auto-hébergées (RGPD),
   un reset, un repli minimal, et les classes Koenig requises par Ghost.
   TOUT le look de la page (couleurs, carte, logo dégradé, formulaire,
   orbes) vit dans le Code Injection > Site Header.
   ============================================================ */

/* ---- Police auto-hébergée (aucun appel externe) ---- */
@font-face{font-family:"Bricolage Grotesque";font-style:normal;font-weight:400;font-display:swap;src:url("../fonts/HumanIntention-Regular.woff2") format("woff2")}
@font-face{font-family:"Bricolage Grotesque";font-style:normal;font-weight:500;font-display:swap;src:url("../fonts/HumanIntention-Medium.woff2") format("woff2")}
@font-face{font-family:"Bricolage Grotesque";font-style:normal;font-weight:600;font-display:swap;src:url("../fonts/HumanIntention-SemiBold.woff2") format("woff2")}

/* ---- Reset ---- */
*{box-sizing:border-box;margin:0;padding:0}
html,body{height:100%}
img{max-width:100%;height:auto}

/* ---- Repli si le Code Injection n'est pas encore collé ----
   (fond crème + police). Le Code Injection prend ensuite le relais. ---- */
body{background:#f5f1ea;color:#1a1816;font-family:"Bricolage Grotesque",-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased}

/* ---- Koenig (requis Ghost) ---- */
.kg-width-wide{position:relative;width:85vw;min-width:100%;margin:auto;transform:translateX(calc(50% - 50vw));left:50%}
.kg-width-full{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}
.kg-width-full img{width:100vw;border-radius:0}
.gh-font-heading{font-family:var(--gh-font-heading,"Bricolage Grotesque"),sans-serif}
.gh-font-body{font-family:var(--gh-font-body,"Bricolage Grotesque"),sans-serif}
