/* Between Two Realms design tokens: the illuminated-manuscript palette
   shared with the sibling sites (Sojourner Hall, Two-Age Sojourner), so
   the three read as kin. Keep rubric red rare (section labels and drop
   caps only); gold is for rules, borders and fleurons, not large fills.
   The one large lapis fill (the hero) is justified: it is the pilgrim
   emblem's own painted ground. */
:root {
  --vellum: #F5EFE2;        /* page background */
  --vellum-deep: #EDE4D0;   /* alternating section ground */
  --ink: #26211A;           /* body text */
  --ink-soft: #4D453A;      /* secondary text */
  --lapis: #1E3A6E;         /* headings accent, links */
  --lapis-deep: #152B54;    /* footer background */
  --lapis-night: #012153;   /* the hero ground: the emblem's own painted
                               lapis, sampled from its corners */
  --gold: #A8812F;          /* rules, borders, accents */
  --gold-bright: #C9A227;   /* accents on dark backgrounds */
  --gold-ink: #7A5C1E;      /* gold as small TEXT on vellum: deep shell
                               gold passing 4.5:1 on both vellum tones */
  --rubric: #9E2B25;        /* section labels and drop caps only */
  --line: rgba(38, 33, 26, .18);
}
