:root{
  /* Editorial, unhurried. No bounce, no spring, no scale-up. */
  --ease-standard:cubic-bezier(.4,0,.2,1); /* @kind other */
  --ease-out:cubic-bezier(.16,1,.3,1); /* @kind other */
  --duration-fast:140ms; /* @kind other */
  --duration-base:240ms; /* @kind other */
  --duration-slow:520ms; /* @kind other */
  --duration-reveal:900ms; /* @kind other */

  --hover-lighten:.86; /* @kind other */   /* opacity applied to gold/cream elements on hover */
  --press-scale:.99; /* @kind other */
}
