/* Raphael & Raphael — motion. Calm and matter-of-fact: short fades, small moves, no bounce. */
:root{
  --duration-instant:80ms; /* @kind other */
  --duration-fast:150ms; /* @kind other */
  --duration-base:220ms; /* @kind other */
  --duration-slow:400ms; /* @kind other */

  --ease-standard:cubic-bezier(0.4,0,0.2,1); /* @kind other */
  --ease-out:cubic-bezier(0,0,0.2,1); /* @kind other */
  --ease-in:cubic-bezier(0.4,0,1,1); /* @kind other */

  --transition-color:color var(--duration-fast) var(--ease-standard),background-color var(--duration-fast) var(--ease-standard),border-color var(--duration-fast) var(--ease-standard); /* @kind other */
  --transition-elevate:box-shadow var(--duration-base) var(--ease-out),transform var(--duration-base) var(--ease-out); /* @kind other */
  --press-scale:0.98; /* @kind other */
}
