:root {
 --fg-button-primary-disabled: #525252;
 --bg-button-primary: #D9836D;
 --fg-button-primary: #000000;
 --bg-button-primary-hover: #ae6957;
 --bg-button-primary-click: #a36252;
}

/* Below is custom css */
.bg-bg-primary {
background-color:
#F9F7EB; }
