// tooltip colors
$tooltip-background: $color-brand--two;
$tooltip-background-primary: $color-brand--one;
$tooltip-color: $color-brand--white;

// tooltip sizes
$tooltip-width: 200px;
$tooltip-width--l: 250px;
