:root {
  /* Slow, ceremonial. Nothing bounces, nothing overshoots. */
  --ease-standard: cubic-bezier(.22, .61, .36, 1); /* @kind other */
  --ease-reveal: cubic-bezier(.16, 1, .3, 1); /* @kind other */
  --duration-fast: 180ms; /* @kind other */
  --duration-base: 320ms; /* @kind other */
  --duration-slow: 720ms; /* @kind other */
  --duration-reveal: 1200ms; /* @kind other */
  --hover-image-scale: 1.03; /* @kind other */
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --duration-fast: 1ms; /* @kind other */
    --duration-base: 1ms; /* @kind other */
    --duration-slow: 1ms; /* @kind other */
    --duration-reveal: 1ms; /* @kind other */
    --hover-image-scale: 1; /* @kind other */
  }
}
