/* motion.css — calm, intentional. No bounce, no parallax. */
:root {
  --ease-standard: cubic-bezier(0.4, 0, 0.2, 1); /* @kind other */
  --duration-ui: 180ms; /* @kind other */
  --duration-reveal: 500ms; /* @kind other */
}
