/* Gentina Engenharia — Spacing & layout tokens (8px base) */
:root {
  --space-0: 0;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --space-10: 128px;

  /* Radii — engineering-precise, restrained corners */
  --radius-sm: 3px;
  --radius-md: 6px;
  --radius-lg: 10px;
  --radius-xl: 16px;
  --radius-pill: 999px;

  /* Container widths */
  --container-sm: 640px;   /* @kind spacing */
  --container-md: 880px;   /* @kind spacing */
  --container-lg: 1140px;  /* @kind spacing */
  --container-xl: 1320px;  /* @kind spacing */

  /* Structural graphic system */
  --stripe-angle: 26deg;   /* @kind other */
  --stroke-thick: 46;      /* @kind other */
}
