/* The brand sources define states, not motion. Keep transitions short and
   linear-ish; nothing bounces, nothing scales on press. */
:root{
--ease-standard:cubic-bezier(0.2,0,0.2,1); /* @kind other */
--dur-fast:120ms; /* @kind other */
--dur-base:160ms; /* @kind other */
--dur-slow:260ms; /* @kind other */
--transition-color:color var(--dur-base) var(--ease-standard),background-color var(--dur-base) var(--ease-standard),border-color var(--dur-base) var(--ease-standard); /* @kind other */
--press-opacity:0.9; /* @kind other */
}
