/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
:root {
  --brand-colour: var(--global-palette1);
}

/** Set Brand Header colours **/
section.brand-hero-section .entry-hero-container-inner,
section.style-hero-section .entry-hero-container-inner,
section.page-hero-section .entry-hero-container-inner {
  background-color: var(--brand-colour);
}

/** Set Brand Button colours **/
.button:not(.kb-adv-form-submit-button),
button:not(.kb-adv-form-submit-button):visited,
.button:not(.kb-adv-form-submit-button):visited,
.wp-block-button__link:not(.kb-adv-form-submit-button):visited {
  /* background-color: var(--brand-colour);  */
}
