:root {
  --the-branch-trust-color-primary: #c5b083;
  --the-branch-trust-color-secondary: #2b8c7a;
  --the-branch-trust-color-body-on-primary: #fff;
  --the-branch-trust-color-heading-on-primary: #fff;
  --eh--color-primary: var(--the-branch-trust-color-primary);
  --eh--color-secondary: var(--the-branch-trust-color-secondary);
  --eh--color-body-text-on-primary: var(--the-branch-trust-color-body-on-primary);
  --eh--color-heading-text-on-primary: var(--the-branch-trust-color-heading-on-primary);
}