:root {
  --c-black: #4C7665;
  --c-primary: #C7E0CC;
  --c-action: #AB723B;
  --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);
}