:root{
  --dur-instant:90ms; /* @kind other */
  --dur-fast:160ms; /* @kind other */
  --dur-base:220ms; /* @kind other */
  --dur-slow:380ms; /* @kind other */
  --dur-photo:600ms; /* @kind other */
  --ease-out:cubic-bezier(.2,.7,.3,1); /* @kind other */
  --ease-in-out:cubic-bezier(.5,0,.3,1); /* @kind other */
  --ease-wok:cubic-bezier(.16,.9,.24,1); /* @kind other */ /* quick out, long settle - the house easing */
  --t-hover:background-color var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out); /* @kind other */
  --t-press:transform var(--dur-instant) var(--ease-out); /* @kind other */
  --t-photo:transform var(--dur-photo) var(--ease-wok); /* @kind other */
  --press-shift:translateY(1px); /* @kind other */
  --photo-zoom:scale(1.045); /* @kind other */
}
a{color:var(--red-500);text-decoration-thickness:1px;text-underline-offset:3px}
a:hover{color:var(--red-700)}
