/* ============================================================
   RTJ — OMBRES & EFFETS
   Ombres chaudes et douces, jamais grises/froides.
   Transitions vives et enjouées (léger rebond).
   ============================================================ */
:root {
  --shadow-sm: 0 1px 3px rgba(30, 66, 80, 0.08);
  --shadow-md: 0 6px 20px rgba(30, 66, 80, 0.12);
  --shadow-lg: 0 18px 48px rgba(30, 66, 80, 0.16);
  --shadow-pop: 0 10px 30px rgba(255, 94, 56, 0.30);   /* halo orange autour des éléments pop */

  --ease-joie: cubic-bezier(0.34, 1.56, 0.64, 1); /* @kind other */
  --ease-out: cubic-bezier(0.22, 0.61, 0.36, 1); /* @kind other */
  --dur-fast: 140ms; /* @kind other */
  --dur-base: 220ms; /* @kind other */
  --dur-slow: 380ms; /* @kind other */
}
