/* raw 2016 extraction — ease-standard/dur-fast are superseded by the finalized scale in tokens/foundations.css (loaded last) */
:root{
--ease-standard:ease; /* @kind other */
--ease-material:cubic-bezier(.4,0,.2,1); /* @kind other */
--ease-skill:cubic-bezier(.7,0,.3,1); /* @kind other */
--dur-fast:.2s; /* @kind other */
--dur-link:.3s; /* @kind other */
--dur-reveal:.5s; /* @kind other */
--dur-wow:.7s; /* @kind other */
--dur-skill:1.2s; /* @kind other */
--dur-fab:1.3s; /* @kind other */
--transition-link:all .3s ease; /* @kind other */
--transition-btn:.2s ease-out; /* @kind other */
--transition-portfolio:transform .25s cubic-bezier(.4,0,.2,1),opacity .25s; /* @kind other */
}
