/* ============================================================
   H3 — Motion & Layout tokens
   ============================================================ */
:root {
  --h3-ease:      cubic-bezier(.2,.7,.2,1); /* @kind other */
  --h3-dur-fast:  120ms; /* @kind other */
  --h3-dur:       220ms; /* @kind other */
  --h3-dur-slow:  420ms; /* @kind other */

  --h3-maxw: 1120px;
}
