/* DANK Realty — Spacing, radii, layout scale (4px base grid) */

:root {
  --space-1:  4px;
  --space-2:  8px;
  --space-3:  12px;
  --space-4:  16px;
  --space-5:  20px;
  --space-6:  24px;
  --space-8:  32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;

  /* Radii — the brand favours crisp, almost-square corners (the D-bracket
     is a hard rectangle). Cards use a small radius; capsules go full round. */
  --radius-xs:   4px;
  --radius-sm:   8px;
  --radius-md:   12px;
  --radius-lg:   16px;
  --radius-pill: 999px;

  /* Content widths */
  --w-content: 1200px; /* @kind other */
  --w-narrow:  760px;  /* @kind other */

  /* Brand hairline width (the bracket / frame stroke) */
  --hairline: 1.5px; /* @kind spacing */
}
