
body {
  --el-color-primary: #353535;
  --el-color-success: #55b589;
  --color-warning: #cd8d00;
  --color-danger: #ff3860;
  --color-info: #353535;
}

.el-button--primary {
  --el-color-primary: #353535;
  --el-color-success: #55b589;
  --color-warning: #cd8d00;
  --color-danger: #ff3860;
  --color-info: #353535;
  --el-button-background-color: #353535 !important;
  --el-button-hover-color: #353535 !important;
  --el-button-active-background-color: #353535 !important;
  --el-button-bg-color: #353535 !important;
  --el-button-border-color:#353535  !important;;
  --el-button-hover-bg-color: #353535  !important;;
  --el-button-hover-border-color: #353535  !important;;
  --el-button-active-bg-color: #353535  !important;;
  --el-button-active-border-color: #353535  !important;;

}
            