/* Palette Scrutator */
:root {
  --scrutator-navy: #0A1428;  /* texte principal, fonds sombres */
  --scrutator-bleu: #2B7FFF;  /* symbole, boutons, accents */
  --scrutator-blanc: #FFFFFF;
  --scrutator-gris-fond: #F5F7FA;
  --scrutator-gris-texte: #5B6B85;
}
