:root {
  --chipBgColor: #000080FF;
  --chipFgColor: white;
  --chipElBgColor: #F1E7FDFF;
  --chipElFgColor: black;
  --chipLBgColor: #E6D5FDFF;
  --chipLFgColor: black;
  --chipMBgColor: #C49EF7FF;
  --chipMFgColor: black;
  --chipDBgColor: #380470FF;
  --chipDFgColor: white;
}
.chip_background{background-color:#000080FF !important;}
.chip_background .chip_instructions{color:white !important;}
.chip_background{color:white !important;}

.chip_extralight{background-color:#F1E7FDFF !important;}
.chip_extralight .chip_instructions{color:black !important;}
.chip_extralight{color:black !important;}

.chip_light{background-color:#E6D5FDFF!important;}
.chip_light .chip_instructions{color:black !important;}
.chip_light{color:black !important;}

.chip_medium{background-color:#C49EF7FF!important;}
.chip_medium .chip_instructions{color:black !important;}
.chip_medium{color:black !important;}

.chip_dark{	background-color:#380470FF !important;}
.chip_dark .chip_instructions{color:white !important;}
.chip_dark{color:white !important;}
