/* Kind Regards — spacing, radius, motion
   Base unit 8px. Angoli vivi: radius 0–2px, never rounded-diffuse. */
:root{
  --space-1:4px;
  --space-2:8px;
  --space-3:16px;
  --space-4:24px;
  --space-5:40px;
  --space-6:64px;
  --space-7:96px;

  --radius-0:0px;
  --radius-1:2px;

  --ease:cubic-bezier(.4,0,.2,1); /* @kind other */
  --duration:300ms; /* @kind other */
}
