/**             
* @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:  #c3c0ff;
	--fire:  #48baec; 
	--air:   #3366ff; 
	--water: #0033cc;
	--earth: #6699ff;
	--light: #030341;
	
	--youtube: #ff0000;
}