:root {
  --ink: #1c2a1f;
  --ink-soft: #4a5a4c;
  --ink-faint: #7a8a7c;
  --paper: #eef3eb;
  --paper-deep: #e2ebe0;
  --mist: #f7faf6;
  /* Garden tile plane — darker than page so the map reads clearly */
  --tile-ground: #dee9dc;
  --line: rgba(28, 42, 31, 0.1);
  --line-strong: rgba(28, 42, 31, 0.18);

  --moss: #5fa05c;
  --moss-deep: #2f6b34;
  --leaf: #9fcb6d;
  --bloom: #c9e7a8;
  --sand: #ddcba6;
  --sand-deep: #c4ad7e;
  --stone: #ada9a0;
  --stone-deep: #8c8880;
  --bark: #6b4a2f;

  --accent: #3d6b45;
  --accent-soft: rgba(61, 107, 69, 0.12);
  --danger: #9b4a3c;

  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-pill: 999px;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;

  --tile: 72px;
  --tile-gap: 8px;
  --tab-h: 64px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-top: env(safe-area-inset-top, 0px);

  --font-display: "Fraunces", "Iowan Old Style", "Palatino Linotype", serif;
  --font-body: "Figtree", "Avenir Next", "Segoe UI", sans-serif;

  --shadow-sheet: 0 -12px 40px rgba(28, 42, 31, 0.12);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
