:root {
  --wp--preset--color--primary: #b08d3f; /* Example Gold */
}

/* Global Buttons */
.vc_btn3,
.vc_btn3-color-primary,
.wp-block-button__link,
button,
input[type="submit"] {
  background-color: #b08d3f !important;
  border-color: #b08d3f !important;
}

/* Links */
a {
  color: #b08d3f;
}

a:hover {
  color: #b08d3f;
}