/* 1 · PRIMITIVOS — movimento. Respeite prefers-reduced-motion. */
:root{
  --dur-fast:150ms; /* @kind other */  /* hover de botão e link */
  --dur-base:260ms; /* @kind other */  /* menus, toasts, entrada */
  --ease-out:cubic-bezier(.2,.7,.2,1); /* @kind other */
}
