:root {
  /* ONLY TWO COLOURS */
  --c-primary: #648537;
  --c-action: #648537;
  --c-icon: #648537;

  --c-white: #ffffff;

  /* Force any default “black/grey” tokens to green */
  --c-black: #648537;
  --c-grey-darker: #648537;
  --c-grey-dark: #648537;
  --c-grey: #648537;
  --c-grey-light: #648537;
  --c-grey-lighter: #648537;
  --c-grey-lightest: #ffffff;

  /* Text */
  --c-text-dark: #648537;
  --c-text: #648537;
  --c-text-light: #ffffff;

  /* Page backgrounds */
  --c-background: #ffffff;
  --c-pale-background: #ffffff;
  --page-background-color: #ffffff;

  /* Links */
  --link: #648537;
  --link-hover: #648537;
  --link-active: #648537;

  /* Buttons */
  --primary-button-background-color: #648537;
  --primary-button-color: #ffffff;
  --button-border-radius: 6px;

  /* INFO BAR (no black) */
  --info-bar-background-color: #648537;
  --info-bar-text-color: #ffffff;
  --info-bar-link-color: #ffffff;
  --info-bar-announce-background-color: #648537;
  --info-bar-announce-text-color: #ffffff;

  /* NAV */
  --nav-background-color: #ffffff;
  --nav-text-color: #648537;
  --nav-button-background-color: #648537;
  --nav-button-border-color: #648537;
  --nav-button-text-color: #ffffff;
  --nav-link-color: #648537;
  --nav-shadow-color: rgba(100, 133, 55, 0);

  /* HERO */
  --hero-background-color: #ffffff;
  --hero-title-color: #648537;
  --hero-text-color: #648537;
  --hero-button-background-color: #648537;
  --hero-button-border-color: #648537;
  --hero-button-text-color: #ffffff;
  --hero-secondary-button-text-color: #648537;
  --hero-secondary-button-border-color: #648537;

  /* SELLING POINTS BAR (green block) */
  --hero-benefits-background-color: #648537;
  --hero-benefits-text-color: #ffffff;
  --hero-benefits-icon-color: #ffffff;

  /* CALLOUTS (green block) */
  --callout-background-color: #648537;
  --callout-text-color: #ffffff;

  /* Sidebar icons */
  --c-sidebar-selling-point-icon: #648537;

  /* Feature section buttons */
  --feature-section-button-background-color: #648537;
  --feature-section-button-border-color: #648537;
  --feature-section-button-text-color: #ffffff;

  /* HOW IT WORKS (this is often the “black” section) */
  --how-it-works-background-color: #648537;
  --how-it-works-title-color: #ffffff;
  --how-it-works-number-color: #ffffff;
  --how-it-works-subtitle-color: #ffffff;
  --how-it-works-text-color: #ffffff;

  /* REVIEWS */
  --review-section-star-icons: #648537;
  --reviews-section-button-background: #ffffff;
  --reviews-section-button-border: #648537;
  --reviews-section-button-text: #648537;
  --c-summary-review-star-icons: #648537;

  /* FOOTER BANNER (green block) */
  --footer-banner-background-color: #648537;
  --footer-banner-title-color: #ffffff;
  --footer-banner-text-color: #ffffff;
  --footer-banner-button-background-color: #ffffff;
  --footer-banner-button-text-color: #648537;

  /* FOOTER (no black) */
  --footer-background-color: #648537;
  --footer-text-color: #ffffff;
  --footer-link-color: #ffffff;

  /* Borders (avoid default dark lines) */
  --border-color: rgba(100, 133, 55, 0);
}