.tippy-box[data-theme~=st_tippy] {
  background-color: #595959;
  font-weight: 600
}

.tippy-box[data-theme~=st_tippy][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #595959
}

.tippy-box[data-theme~=st_tippy][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #595959
}

.tippy-box[data-theme~=st_tippy][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #595959
}

.tippy-box[data-theme~=st_tippy][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #595959
}

.tippy-box[data-theme~=st_tippy] > .tippy-backdrop {
  background-color: #595959
}

.tippy-box[data-theme~=st_tippy] > .tippy-svg-arrow {
  fill: #595959
}

