/* Tooltip bubble: class is on the floating element (see tooltip.py) so styles work with withinPortal. */

.custom-tooltip__bubble.mantine-Tooltip-tooltip {
  font-family: var(--font-family);
  background-color: hsl(var(--foreground)) !important;
  color: hsl(var(--background)) !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  border-radius: var(--app-radius, 8px) !important;
  padding: 6px 8px !important;
}
