.tippy-box[data-theme~='fde'] {
    background-color: var(--white);
    color: var(--magenta);
    border-radius: 2rem;
    box-shadow: 0 0 2rem 0px color-mix(in srgb, var(--blue) 25%, transparent);
    font-size: inherit;
    line-height: inherit;
}

.tippy-box[data-theme~='fde'] .tippy-content {
    padding: .5rem 1rem;
}

.tippy-box[data-theme~='fde'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: var(--white);
}
  .tippy-box[data-theme~='fde'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: var(--white);
}
  .tippy-box[data-theme~='fde'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: var(--white);
}
  .tippy-box[data-theme~='fde'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: var(--white);
}