/* IntechPro — Motion tokens. Calm, confident, no bounce. */
:root {
  --ease-standard: cubic-bezier(0.2, 0, 0.15, 1); /* @kind other */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1); /* @kind other */
  --dur-fast: 120ms; /* @kind other */
  --dur-base: 200ms; /* @kind other */
  --dur-slow: 360ms; /* @kind other */
}
