:root {
  /* Soft red base to match brand */
  --base-color: #E23A3E;
}

.base-img {
  -webkit-filter: brightness(0) saturate(100%) invert(76%) sepia(74%) saturate(1946%) hue-rotate(354deg) brightness(104%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(76%) sepia(74%) saturate(1946%) hue-rotate(354deg) brightness(104%) contrast(102%);
}

/* Ensure primary buttons render with white text when this CSS loads after SCSS */
.btn--primary,
button.btn--primary,
.a-btn--primary {
  color: #ffffff !important;
}