:root {
  --my-secondary: #634932;
}
button.button--secondary {
  background-color: var(--my-secondary);
  color: #ffffff;
}
