:root {
  --chipBgColor: #FFFBFBFF;
  --chipFgColor: black;
  --chipElBgColor: #FFFFFFFF;
  --chipElFgColor: black;
  --chipLBgColor: #ECECECFF;
  --chipLFgColor: black;
  --chipMBgColor: #990000FF;
  --chipMFgColor: white;
  --chipDBgColor: #FF000081;
  --chipDFgColor: white;
}
.chip_background{background-color:#FFFBFBFF !important;}
.chip_background .chip_instructions{color:black !important;}
.chip_background{color:black !important;}

.chip_extralight{background-color:#FFFFFFFF !important;}
.chip_extralight .chip_instructions{color:black !important;}
.chip_extralight{color:black !important;}

.chip_light{background-color:#ECECECFF!important;}
.chip_light .chip_instructions{color:black !important;}
.chip_light{color:black !important;}

.chip_medium{background-color:#990000FF!important;}
.chip_medium .chip_instructions{color:white !important;}
.chip_medium{color:white !important;}

.chip_dark{	background-color:#FF000081 !important;}
.chip_dark .chip_instructions{color:white !important;}
.chip_dark{color:white !important;}
