/* ADDITION: the source doc specifies no motion. These are conservative defaults that
   match the interface character (short, no bounce) — tune with the brand team. */
:root{
  --duration-fast:120ms; /* @kind other */
  --duration-base:180ms; /* @kind other */
  --duration-slow:280ms; /* @kind other */
  --ease-standard:cubic-bezier(0.2,0,0.2,1); /* @kind other */
  --ease-out:cubic-bezier(0,0,0.2,1); /* @kind other */
  --transition-surface:background-color var(--duration-base) var(--ease-standard), box-shadow var(--duration-base) var(--ease-standard); /* @kind other */
  --press-scale:0.98; /* @kind other */
}
