:root{
  --ease:cubic-bezier(.16,.8,.24,1); /* @kind other */

  --duration-fast:.3s; /* @kind other */
  --duration-base:.35s; /* @kind other */
  --duration-slow:.5s; /* @kind other */
  --duration-slower:.6s; /* @kind other */
  --duration-reveal:.8s; /* @kind other */
  --duration-crossfade:1.1s; /* @kind other */
  --duration-kenburns:8s; /* @kind other */

  --border-hairline-w:1px;

  /* this brand has no elevation/shadow system -- flatness + hairline
     dividers do the separating work instead. defined here as 'none' so
     consumers don't invent one. */
  --shadow-card:none;
}

@media (prefers-reduced-motion: reduce){
  *{animation-duration:.01ms !important; transition-duration:.01ms !important;}
}
