:root {
	--brand-color-1: #ff4800;
	--brand-color-2: #000000;
	--brand-color-text : #ffffffff;

    --brand-gradient-1: none;
    --brand-gradient-2: none;
	
	--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: #000000;
	--background-color-2: #000000;
	--background-color-3: #ffffff;
	--background-color-4: #ffffff;
	--background-color-5: #000000;
    --background-color-6: #121212;
	--text-color-1: #ffffffff;
	--text-color-2: #f4f4f4ff;
	--text-color-3: #ffffff;
	--text-color-4: #dbe4ffff;
	--font-family-1: 'Roboto',sans-serif;

	--btn-radius-top-left: 6px ;
	--btn-radius-top-right: 6px ;
	--btn-radius-bottom-left: 6px ;
	--btn-radius-bottom-right: 6px ;
 
	--input-radius-top-left: 0px ;
	--input-radius-top-right: 0px ;
	--input-radius-bottom-left: 0px ;
	--input-radius-bottom-right: 0px ;
 
	--odd-radius-top-left: 6px ;
	--odd-radius-top-right: 6px ;
	--odd-radius-bottom-left: 6px ;
	--odd-radius-bottom-right: 6px ;

	 /*Default imutable colors*/
    --white-color: #fff;
    --black-color: #000;
    --error-color: #F02849;
    --success-color: #009900;
	--info-color: #FFB700;
}

:root[data-theme="light"] {
	--brand-color-1: #967FFD;
	--brand-color-2: #7A71EB;
	--brand-color-text : #fbfbfb;

    --brand-gradient-1: none;
    --brand-gradient-2: linear-gradient(#967FFD, #FA7EFA);
    --brand-gradient-3: {brand-gradient-3-2};
	
	--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: #ffffff;
	--background-color-2: #f7f7fe;
	--background-color-3: #f7f7fe;
	--background-color-4: #ffffff;
	--background-color-5: #EBEBFD;
    --background-color-6: #404248;

	--text-color-1: #2E3036;
	--text-color-2: #818285;
	--text-color-3: #94969e;
	--text-color-4: #818285;
}

:root[data-theme="dark"] {
	--brand-color-1: #967FFD;
	--brand-color-2: #7A71EB;
	--brand-color-text : #fbfbfb;

    --brand-gradient-1: none;
    --brand-gradient-2: linear-gradient(#967FFD, #FA7EFA);
    --brand-gradient-3: {brand-gradient-3-1};
	
	--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: #3c383f;
	--background-color-2: #2c292d;
	--background-color-3: #4b4451;
	--background-color-4: #3c383f;
	--background-color-5: #423c47;
    --background-color-6: #f7f7f7;

	--text-color-1: #ffffff;
	--text-color-2: #efefef;
	--text-color-3: #969696;
	--text-color-4: #fcfcfc;
}