/* Casa Interio — Motion tokens
   Quiet motion: fades and 4px lifts. Nothing bounces. One easing everywhere. */
:root{
  --ci-ease:      cubic-bezier(.22,.61,.36,1);  /* @kind other */
  --ci-dur-fast:  160ms;   /* @kind other */
  --ci-dur:       280ms;   /* @kind other */
  --ci-dur-slow:  520ms;   /* @kind other */
}
