:root,
body.light {
	--primary: #141c21; /*Main additional color | Card image color */
	--primary-darker: #0e151a; /*Main color darker | background-text | hover color*/
	--primary-text: #CBCBCB; /*Primary block text*/
	--card: #36474F; /*Card color*/
	--card-text: #CBCBCB; /*Card text color*/
	--background: #243139; /*Background site*/ 
	
	--warning: #F6BB42;
	--danger: #ED5565;
	--success: #8CC152;	
}

/*Dark*/