/* ==========================================================================
   Memora — Spacing, radius & layout tokens
   Generous, unhurried spacing. Boutique stationery proportions.
   ========================================================================== */
:root {
  /* ---- Spacing scale (4px base) ---- */
  --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 — soft, never techy. Keepsake corners. ---- */
  --radius-xs: 2px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 14px;
  --radius-pill: 999px;

  /* ---- Hairline borders ---- */
  --border-hair: 1px;
  --border-keyline: 1.5px;     /* invitation keyline frames */
  --keyline-offset: 5px;       /* double-rule offset */

  /* ---- Layout ---- */
  --measure: 64ch;             /* editorial reading width */
  --container: 1200px;
  --container-narrow: 880px;
  --section-y: var(--space-9);
}
