:root {
	--brand-color-1: #80b3b3;
	--brand-color-2: #9bcdd0;
	--brand-color-3: {brand-color-3};
	--brand-color-text : #FBFBFB;

    --brand-gradient-1: none;
    --brand-gradient-2: none;
    --brand-gradient-3: {brand-gradient-3};
	
	--background-gradient-1: none;
	--background-gradient-2: none;
	--background-gradient-3: none;
	--background-gradient-4: none;
	--background-gradient-5: none;
	--background-gradient-6: none;


	--background-color-1: #0b0707;
	--background-color-2: #1a1212;
	--background-color-3: #291c1c;
	--background-color-4: #382626;
	--background-color-5: #473131;
    --background-color-6: #0b0707;
	--text-color-1: #B7AEAE;
	--text-color-2: #BFBFBF;
	--text-color-3: #CCCCCC;
	--text-color-4: #D9D9D9;
	--font-family-1: 'Roboto', sans-serif;

	--btn-radius-top-left: 20px ;
	--btn-radius-top-right: 20px ;
	--btn-radius-bottom-left: 20px ;
	--btn-radius-bottom-right: 20px ;
 
	--input-radius-top-left: 11px ;
	--input-radius-top-right: 11px ;
	--input-radius-bottom-left: 11px ;
	--input-radius-bottom-right: 11px ;
 
	--odd-radius-top-left: 20px ;
	--odd-radius-top-right: 20px ;
	--odd-radius-bottom-left: 20px ;
	--odd-radius-bottom-right: 20px ;

	 /*Default imutable colors*/
    --white-color: #fff;
    --black-color: #000;
    --error-color: #F02849;
    --success-color: #009900;
	--info-color: #FFB700;
}