/* Oats motion — calm, gentle ease-out. No bounce, no spring. */
:root {
  --ease-out:   cubic-bezier(0.22, 0.61, 0.36, 1); /* @kind other */
  --ease-in-out: cubic-bezier(0.45, 0.05, 0.35, 1); /* @kind other */
  --dur-fast:   120ms; /* @kind other */
  --dur-normal: 190ms; /* @kind other */
  --dur-slow:   280ms; /* @kind other */
}
