:root {
  --c-primary: #6F2C91;
  --c-action: #C83D8E;
  --primary-button-color: var(--c-white);
  --hero-button-text-color: var(--c-white);
  --nav-button-text-color: var(--c-white);
  --feature-section-button-text-color: var(--c-white);
  --footer-banner-button-text-color: var(--c-black);
  --reviews-section-button-text: var(--c-black);
  --c-black: #182033;
  --c-background: #F3ECF7;
  --hero-text-color: #ffffff;
  --hero-title-color: #ffffff;
}