:root {
  /* Arudra logo palette — exact gold sampled from logo (was bright amber #ffc107).
     Kept light so the nav pill & small highlights stay legible. */
  --base-color: #cf9a58;
}

.base-img {
  /* recolour decorative shapes to the logo gold */
  -webkit-filter: brightness(0) saturate(100%) invert(63%) sepia(40%) saturate(700%) hue-rotate(2deg) brightness(92%) contrast(88%);
          filter: brightness(0) saturate(100%) invert(63%) sepia(40%) saturate(700%) hue-rotate(2deg) brightness(92%) contrast(88%);
}