/* The Artisanal Archive — Spacing & radius tokens
   Editorial breathing room. Asymmetric pairings encouraged. */

:root {
  /* Micro adjustments */
  --space-micro-sm: 0.175rem;  /* 2.8px */
  --space-micro-lg: 0.7rem;    /* 11.2px */

  /* Standard gutters */
  --space-gutter-standard: 1rem;   /* 16px */
  --space-gutter-wide: 1.4rem;     /* 22.4px */

  /* List/card separation (no dividers — whitespace only) */
  --space-stack-sm: 1.4rem;
  --space-stack-lg: 1.7rem;

  /* Section breaks */
  --space-section-md: 3.5rem;  /* 56px */
  --space-section-lg: 7rem;    /* 112px */

  /* Radius */
  --radius-sm: 0.25rem;
  --radius-default: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
  --radius-full: 9999px;

  /* Ambient / tonal shadows (depth is a whisper) */
  --shadow-ambient: 0 8px 40px rgba(28, 28, 23, 0.06);
  --shadow-ghost-border: inset 0 0 0 1px rgba(194, 200, 194, 0.2);
}
