:root {
  --color-brand-terracotta: #B86A4B;
}
.primary-button {
  background: #B86A4B !important;
}
.primary-button:hover {
  background: #9F553D !important;
}
.hero-fact-icon, .icon-pill {
  color: #B86A4B !important;
}
::selection {
  background: rgba(184, 106, 75, 0.25) !important;
}
