/* THÈME CREAM (Crème/Beige sobre) */
:root {
  --deep: #fefdfb;
  --mid: #faf8f3;
  --panel: #ffffff;
  --accent: #fe3966;
  --accent2: #ff8a42;
  --accent3: #eab308;

  /* Utilisé par certains écrans (ex: barres / charts) */
  --bar: var(--accent);

  /* Alerte/Warning cohérent avec l'accent jaune */
  --warn: #f59e0b;

  /* Texte lisible sur fonds crème */
  --text: #2b211f;
  --text-muted: #7a6c66;

  /* Bordures/halo dérivés de l'accent orange */
  --border: rgba(255, 138, 66, 0.14);
  --border-strong: rgba(255, 138, 66, 0.28);
  --glow: 0 0 40px rgba(254, 57, 102, 0.12);

  /* Navigation translucide claire */
  --nav-bg: rgba(254, 253, 251, 0.9);
}
