:root {
  --color-primary: #FF2E93;
  --color-accent: #FF2E93;
}

.button, .btn, .shopify-payment-button__button__text, .product__add-to-cart {
  background-color: #FF2E93 !important;
  border-color: #FF2E93 !important;
  color: #000000 !important;
}

a {
  color: #FF2E93;
}