/* Acta Ventures — spacing, radii, borders. 8px grid; extravagant whitespace. */
:root {
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-6: 48px;
  --space-8: 64px;
  --space-12: 96px;
  --space-section: clamp(120px, 14vw, 200px);

  --measure-text: 62ch;

  /* No radius larger than 4px. No shadows, ever. */
  --radius-max: 4px;
  --radius-cell: 6px; /* exception: Effect A tapestry cells only */

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1); /* @kind other */
}
