:root{
  --ease-out:cubic-bezier(.22,1,.36,1); /* @kind other */
  --ease-standard:ease; /* @kind other */
  --dur-fast:.12s; /* @kind other */
  --dur:.16s; /* @kind other */
  --dur-slow:.28s; /* @kind other */
  --t-hover:background var(--dur) var(--ease-standard),color var(--dur) var(--ease-standard),border-color var(--dur) var(--ease-standard); /* @kind other */
  --t-rule:width .18s var(--ease-standard); /* @kind other */
}
