/* REC-site theme overrides: distinct accent so readers always know which
 * prayer book they are in. The base visual language lives in
 * shared/style.css (symlinked as css/style.css). */
:root {
  --accent: #4a5d23;      /* moss green, vs 1928 oxblood and 2019 slate */
  --accent-soft: #eef2e6;
}
.brand .edition {
  font-variant: small-caps;
  letter-spacing: .06em;
  color: var(--accent, #4a5d23);
  margin-left: .35em;
}
nav.site a.cross-edition { color: var(--muted); font-size: 0.9em; }
