:root{
  --dur-fast:120ms; /* @kind other */
  --dur-base:200ms; /* @kind other */
  --dur-slow:340ms; /* @kind other */
  --dur-scene:700ms; /* @kind other */
  --ease-out:cubic-bezier(.22,.9,.28,1); /* @kind other */
  --ease-in-out:cubic-bezier(.6,.02,.28,1); /* @kind other */
  --ease-spring:cubic-bezier(.34,1.42,.52,1); /* @kind other */
  --t-control:all var(--dur-base) var(--ease-out); /* @kind other */
  --t-card:transform var(--dur-slow) var(--ease-out),box-shadow var(--dur-slow) var(--ease-out); /* @kind other */
  --hover-lift:translateY(-3px); /* @kind other */
  --press-scale:scale(.975); /* @kind other */
}
