/**             
* @package ./css/colors-bootstrap.css
* @author Frank Cherry
* @copyright (c) 2019 Frank Cherry
* @creationDate 2020.01.01
* @developers 
* @lastRevision 2021.12.30
* @version BBootstrap v.0.0.3
* @license MIT License
**/
:root {
	--dark:  #330033;
	--fire:  #563d7c; 
	--air:   #6e43a3; 
	--water: #b4a0cd;
	--earth: #cbbde2;
	--light: #dbbdff;
}