:root {
  --chipBgColor: #FFFBFBFF;
  --chipFgColor: black;
  --chipElBgColor: #F9E7F7FF;
  --chipElFgColor: black;
  --chipLBgColor: #F4DEFBFF;
  --chipLFgColor: black;
  --chipMBgColor: #9C17D9FF;
  --chipMFgColor: white;
  --chipDBgColor: #4801D1A2;
  --chipDFgColor: white;
}
.chip_background{background-color:#FFFBFBFF !important;}
.chip_background .chip_instructions{color:black !important;}
.chip_background{color:black !important;}

.chip_extralight{background-color:#F9E7F7FF !important;}
.chip_extralight .chip_instructions{color:black !important;}
.chip_extralight{color:black !important;}

.chip_light{background-color:#F4DEFBFF!important;}
.chip_light .chip_instructions{color:black !important;}
.chip_light{color:black !important;}

.chip_medium{background-color:#9C17D9FF!important;}
.chip_medium .chip_instructions{color:white !important;}
.chip_medium{color:white !important;}

.chip_dark{	background-color:#4801D1A2 !important;}
.chip_dark .chip_instructions{color:white !important;}
.chip_dark{color:white !important;}
