/* Batiprisme - jetons de design (couleurs + typo logotype) */
:root{
  /* neutres */
  --bp-ink:#212529;            /* corps du mot, fond clair */
  --bp-panel-text:#EEF2FF;     /* corps du mot, fond sombre */

  /* couleurs des marques - FOND CLAIR (docs, print, UI) */
  --bp-batiprisme:#334155;     /* parent - ardoise neutre */
  --bp-quanto:#E8590C;
  --bp-intus:#3B5BDB;
  --bp-solvo:#6741D9;
  --bp-atlas:#0C8599;
  --bp-empreinte:#3E8E41;
  --bp-muto:#E03131;

  /* couleurs des marques - FOND SOMBRE (side panel Intus) */
  --bp-batiprisme-d:#94A3B8;
  --bp-quanto-d:#FF922B;
  --bp-intus-d:#70A3F3;
  --bp-solvo-d:#9775FA;
  --bp-atlas-d:#3BC9DB;
  --bp-empreinte-d:#69DB7C;
  --bp-muto-d:#FF8787;

  /* dégradé du side panel Intus (fond) */
  --bp-panel-bg:linear-gradient(160deg,#354153 0%,#141A2C 100%);

  /* typographie du logotype (systeme Quanto) */
  --bp-logo-font:'Poppins', system-ui, -apple-system, sans-serif;
  --bp-logo-size:34px;         /* taille de reference = taille de l'initiale */
  --bp-logo-ini-weight:800;
  --bp-logo-ini-tracking:-0.04em;
  --bp-logo-rest-weight:500;
  --bp-logo-rest-ratio:0.647;  /* 22 / 34 */
  --bp-logo-rest-tracking:0.02em;
  --bp-logo-gap:0.10em;        /* air entre l'initiale et le reste */
}
