:root {
  --brand:                    #efe023;
  --brand-hover:              #cbbe1e;
  --brand-secondary-bg:       #fefce8;
  --brand-secondary-bg-hover: #f5efb8;
}

.button {
  color: #0a0800;
}

.button.is-secondary {
  color: #0a0800;
}
