:root{
  --ease-standard:cubic-bezier(.4,0,.2,1); /* @kind other */
  --ease-out:cubic-bezier(0,0,.2,1); /* @kind other */
  --dur-fast:150ms; /* @kind other */
  --dur-base:250ms; /* @kind other */
  --dur-slow:400ms; /* @kind other */
  --dur-slide:1350ms; /* @kind other */      /* entrance animation duration used on the site */
  --dur-bg-slide:4000ms; /* @kind other */   /* hero background photo crossfade interval */
  --transition-base:all var(--dur-base) var(--ease-standard); /* @kind other */
  --hover-lift:translateY(-2px); /* @kind other */
  --press-scale:scale(.98); /* @kind other */
}
