.tippy-box[data-theme~='custom'] {
  color: var(--color-text);
  background-color: var(--color-bg);
  opacity: 0.8;
}
.tippy-box[data-theme~='custom'][data-placement^='top'] > .tippy-arrow:before {
  border-top-color: #fff;
}
.tippy-box[data-theme~='custom'][data-placement^='bottom']
  > .tippy-arrow:before {
  border-bottom-color: #fff;
}
.tippy-box[data-theme~='custom'][data-placement^='left'] > .tippy-arrow:before {
  border-left-color: #fff;
}
.tippy-box[data-theme~='custom'][data-placement^='right'] > .tippy-arrow:before {
  border-right-color: #fff;
}
.tippy-box[data-theme~='custom'] > .tippy-backdrop {
  background-color: #fff;
}
.tippy-box[data-theme~='custom'] > .tippy-svg-arrow {
  fill: #fff;
}
