:root {
	--brand-color-1: #ff0000;
	--brand-color-2: #ff0000;
	--brand-color-text : #1a1a1a;

    --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: #1b2838;
	--background-color-2: #1b273a;
	--background-color-3: #222d3d;
	--background-color-4: #141d2d;
	--background-color-5: #16212d;
    --background-color-6: #0c121c;
	--text-color-1: #999999;
	--text-color-2: #b3b3b3;
	--text-color-3: #cccccc;
	--text-color-4: #e6e6e6;
	--font-family-1: 'Roboto',sans-serif;

	/*Modal Background colors*/
	--modal-bg-color-1: #2C2D3A;
	--modal-bg-color-2: #363747;
	--modal-bg-color-3: #3B3D4F;
	--modal-bg-color-4: #48495A;
    
	/*Modal Text colors*/
	--modal-text-color-1: #FFFFFF;
	--modal-text-color-2: #CCCCCC;
	--modal-text-color-3: #999999;
	
	--btn-radius-top-left: 8px ;
	--btn-radius-top-right: 8px ;
	--btn-radius-bottom-left: 8px ;
	--btn-radius-bottom-right: 8px ;
 
	--input-radius-top-left: 20px;
	--input-radius-top-right: 20px;
	--input-radius-bottom-left: 20px;
	--input-radius-bottom-right: 20px;
 
	--odd-radius-top-left: 8px ;
	--odd-radius-top-right: 8px ;
	--odd-radius-bottom-left: 8px ;
	--odd-radius-bottom-right: 8px ;

	 /*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;
}