* {
  /* CJI Museum palette - colors sampled directly from the reference image:
     deep green #143829, antique gold #AF8C4B, white background.
     Kept identical to the --client-* variables in header.php so every page,
     including elements not covered by header.php's overrides, matches. */
  --primary-color: #143829;
  --primary-color-rgb: 20, 56, 41;
  --primary-color-2-rgb: 27, 74, 56;
  --secondary-color: #AF8C4B;
  --secondary-color-rgb: 175, 140, 75;
  --tertiary-color: #E5E5E0;
  --tertiary-color-rgb: 229, 229, 224;
  --quaternary-color: #C9A868;
  --background: #FFFFFF;
  --title-font-color: #143829;
  --body-font-color: #22332B;
  --dark-body-font-color: rgba(255, 255, 255, .78);
  --bg-color-even: #F2F2EF;
  --bg-color-odd: #FFFFFF;
  --bg-dark-1: #1B4A38;
  --bg-dark-1-rgb: 27, 74, 56;
  --bg-dark-2: #143829;
  --bg-dark-3: #315B4A;
  --bg-dark-3-rgb: 49, 91, 74;
  --bg-grey: #F7F7F5;
  --bg-light: #FFFFFF;
}
