/* Motion — quiet and considered. One bold move (the light-line trace), rest calm.
   Always respect prefers-reduced-motion. */
:root {
  --ease-out: cubic-bezier(0.22, 0.61, 0.36, 1); /* @kind other */
  --ease-in-out: cubic-bezier(0.65, 0.05, 0.36, 1); /* @kind other */
  --dur-fast: 140ms; /* @kind other */
  --dur-base: 240ms; /* @kind other */
  --dur-slow: 420ms; /* @kind other */
  --dur-trace: 1400ms; /* @kind other */
}
