/* Sojourner Hall design tokens: the illuminated-manuscript palette.
   Documented in prototyping/SOJOURNER-HALL-CONTEXT.md. Keep rubric red
   rare (section labels and drop caps only); gold is for rules and
   borders, not large fills. */
:root {
  --vellum: #F5EFE2;        /* page background */
  --vellum-deep: #EDE4D0;   /* hover states */
  --ink: #26211A;           /* body text */
  --ink-soft: #4D453A;      /* secondary text */
  --lapis: #1E3A6E;         /* headings accent, links */
  --lapis-deep: #152B54;    /* footer background */
  --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);
}
