/* ============================================================
   Softobiz spacing, radii, borders, motion
   The brand is flat and rectilinear: sharp corners echo the
   sharp-edged logomark. No drop shadows ("too much shadows"
   is a listed brand misuse). Elevation via borders + contrast.
   ============================================================ */
:root {
  --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;

  /* Sharp-edged brand: 0 default, small radius only on controls */
  --radius-none: 0;
  --radius-control: 4px;
  --radius-pill: 999px;

  --border-width: 1px;
  --shadow-none: none;   /* shadows are a brand misuse — do not add */

  --ease-brand: cubic-bezier(0.2, 0, 0, 1); /* @kind other */
  --duration-fast: 120ms; /* @kind other */
  --duration-base: 200ms; /* @kind other */
}
