:root{
  --ease-editorial:cubic-bezier(.22,.61,.36,1); /* @kind other */
  --ease-inout:cubic-bezier(.4,0,.2,1); /* @kind other */
  --ease-out-soft:cubic-bezier(0,0,.28,1); /* @kind other */
  --dur-instant:120ms; /* @kind other */
  --dur-fast:180ms; /* @kind other */
  --dur-base:320ms; /* @kind other */
  --dur-slow:640ms; /* @kind other */
  --dur-reveal:900ms; /* @kind other */
  --transition-hover:color var(--dur-fast) var(--ease-inout),background-color var(--dur-fast) var(--ease-inout),border-color var(--dur-fast) var(--ease-inout),opacity var(--dur-fast) var(--ease-inout); /* @kind other */
  --transition-media:transform var(--dur-slow) var(--ease-editorial),opacity var(--dur-slow) var(--ease-editorial); /* @kind other */
  --media-hover-scale:1.04; /* @kind other */
}
