/* ============================================================
   PROTEAN — SPACING & LAYOUT TOKENS
   A firm, visible 8px backbone. Structure is intentional and
   legible; fluidity shows up in transitions, not loose shapes.
   ============================================================ */

:root {
  --space-0: 0;
  --space-1: 0.25rem;  /* 4  */
  --space-2: 0.5rem;   /* 8  — module unit */
  --space-3: 0.75rem;  /* 12 */
  --space-4: 1rem;     /* 16 */
  --space-5: 1.5rem;   /* 24 */
  --space-6: 2rem;     /* 32 */
  --space-7: 3rem;     /* 48 */
  --space-8: 4rem;     /* 64 */
  --space-9: 6rem;     /* 96 */
  --space-10: 8rem;    /* 128 */

  --container-max: 1200px;    /* @kind other */
  --container-narrow: 760px;  /* @kind other */
  --gutter: 2rem;             /* @kind other */
  --module: 8px;              /* @kind other */
  --col-count: 12;            /* @kind other */
}
