/* Charte commune SimiScan (refonte landing 08/2026) — appliquée aux pages annexes
   (securite, cgu, confidentialite). Typo : Fraunces (titres) + IBM Plex Sans (texte) ;
   accent = bleu de marque (remplace l'ancien rouge). Chargée APRÈS Tailwind. */
:root{
  --rouge-accent:#2457e6; --noir-profond:#0f1c2e; --peche-accent:#e8eefc;
  --charte-paper:#f6f8fb; --charte-ink:#0f1c2e;
}
body{font-family:"IBM Plex Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
     background:var(--charte-paper);color:var(--charte-ink)}
h1,h2,h3{font-family:"Fraunces","Iowan Old Style",Georgia,serif;font-weight:500;letter-spacing:-.01em}
nav{background:rgba(246,248,251,.92) !important}
a{accent-color:var(--rouge-accent)}
.text-\[var\(--rouge-accent\)\]{color:var(--rouge-accent)}
.bg-\[var\(--rouge-accent\)\]{background-color:var(--rouge-accent)}
