////
/// Custom variables.
///
/// @group  Tools
/// @author Lee Anthony <seothemeswp@gmail.com>
/// @link   https://CustomizePro.com/
////

////
/// Buttons map.
///
/// Adds to Bourbon buttons list.
///
/// @group  Tools
/// @author Lee Anthony <seothemeswp@gmail.com>
/// @link   https://CustomizePro.com/
////

$all-buttons: append($all-buttons, ".button");
$all-buttons: append($all-buttons, ".button.menu-item a");
$all-buttons: append($all-buttons, ".elementor-button");

////
/// Headings map
///
/// @group  Tools
/// @author Lee Anthony <seothemeswp@gmail.com>
/// @link   https://CustomizePro.com/
////

$all-headings: (
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
);
