/* AZR · Motion — calm and editorial. One spring-free easing, modest durations,
   reduced-motion respected by consumers. */
:root{
  --dur-1:140ms; /* @kind other */ /* hover · focus */
  --dur-2:260ms; /* @kind other */ /* dropdowns · tooltips */
  --dur-3:480ms; /* @kind other */ /* section reveals */
  --ease:cubic-bezier(.22,.61,.36,1); /* @kind other */
  --ease-out:cubic-bezier(.16,1,.3,1); /* @kind other */
}
