
/// Silent mode: on (true) or off (false)
/// Set to false to output default tooltip classes
///
/// @type Boolean
/// @access public
$o-tooltip-is-silent: true !default;

/// How far a tooltip should animate from when opened.
///
/// @type {Number}
/// @access private
$_o-tooltip-animation-distance: 50px;

/// The amount of time that a tooltip should animate for when opened.
///
/// @type {Number}
/// @access private
$_o-tooltip-animation-duration: 0.5s;

/// The border colour for tooltips.
///
/// @type {Color}
/// @access private
$_o-tooltip-shadow-color: rgba(0, 0, 0, 0.05);

/// The border width for tooltips.
///
/// @type {Number}
/// @access private
$_o-tooltip-border-width: 1px;

/// @type {Number}
/// @access private
$_o-tooltip-arrow-size: 10px;
