/* Calm and long. Nothing bounces, nothing springs. */
:root{
  --ease-standard:cubic-bezier(.33,1,.68,1); /* @kind other */
  --ease-in-out:cubic-bezier(.65,0,.35,1); /* @kind other */
  --ease-linear:linear; /* @kind other */
  --dur-instant:120ms; /* @kind other */
  --dur-fast:200ms; /* @kind other */
  --dur-base:320ms; /* @kind other */
  --dur-slow:520ms; /* @kind other */
  --dur-reveal:720ms; /* @kind other */
  --dur-image:1200ms; /* @kind other */
  --hover-opacity:.62; /* @kind other */
  --press-opacity:.85; /* @kind other */
  --image-hover-scale:1.02; /* @kind other */
  --transition-control:color var(--dur-fast) var(--ease-standard),background-color var(--dur-fast) var(--ease-standard),border-color var(--dur-fast) var(--ease-standard),opacity var(--dur-fast) var(--ease-standard); /* @kind other */
}
