:root {
	--brand-color-1: #0019ff;
	--brand-color-2: #041df7;
	--brand-color-text : #f2f2f2;

    --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: #ffffff;
	--background-color-2: #f9f9f9;
	--background-color-3: #ffffff;
	--background-color-4: #ffffff;
	--background-color-5: #c4c4c4;
    --background-color-6: #f4f4f4;
	--text-color-1: #212121;
	--text-color-2: #2d2d2d;
	--text-color-3: #353535;
	--text-color-4: #303030;
	--font-family-1: 'Roboto',sans-serif;

	--modal-bg-color-1: #ffffff;
	--modal-bg-color-2: #f2f2f2;
	--modal-bg-color-3: #f2f2f2;
	--modal-bg-color-4: #f2f2f2;
	--modal-text-color-1: #212121;
	--modal-text-color-2: #212121;
	--modal-text-color-3: #212121;

	--btn-radius-top-left: 8px ;
	--btn-radius-top-right: 8px ;
	--btn-radius-bottom-left: 8px ;
	--btn-radius-bottom-right: 8px ;
 
	--input-radius-top-left: 8px ;
	--input-radius-top-right: 8px ;
	--input-radius-bottom-left: 8px ;
	--input-radius-bottom-right: 8px ;
 
	--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: #bcbec5;
	--text-color-4: #000000;

	--modal-bg-color-1: #2C2D3A;
	--modal-bg-color-2: #363747;
	--modal-bg-color-3: #3B3D4F;
	--modal-bg-color-4: #48495A;

	--modal-text-color-1: #FFFFFF;
	--modal-text-color-2: #CCCCCC;
	--modal-text-color-3: #999999;
}

:root[data-theme="dark"] {
	--brand-color-1: #0019ff;
	--brand-color-2: #0019ff;
	--brand-color-text : #ffffff;

    --brand-gradient-1: none;
    --brand-gradient-2: none;
    --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: #ffffff;
	--background-color-2: #e6e9ee;
	--background-color-3: #ffffff;
	--background-color-4: #e6e9ee;
	--background-color-5: #e6e9ee;
    --background-color-6: #e6e9ee;

	--text-color-1: #212121;
	--text-color-2: #212121;
	--text-color-3: #212121;
	--text-color-4: #3b3b3b;
	
	--modal-bg-color-1: #ffffff;
	--modal-bg-color-2: #e8e8e8;
	--modal-bg-color-3: #000000;
	--modal-bg-color-4: #ffffff;

	--modal-text-color-1: #FFFFFF;
	--modal-text-color-2: #CCCCCC;
	--modal-text-color-3: #999999;
}