:root {
	--brand-color-1: #967FFD;
	--brand-color-2: #7A71EB;
	--brand-color-text : #fbfbfb;

    --brand-gradient-1: none;
    --brand-gradient-2: linear-gradient(#967FFD, #FA7EFA);
	
	--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: #f2f2f2;
	--background-color-3: #e6e6e6;
	--background-color-4: #d9d9d9;
	--background-color-5: #cccccc;
    --background-color-6: #bfbfbf;
	--text-color-1: #2E3036;
	--text-color-2: #818285;
	--text-color-3: #94969e;
	--text-color-4: #818285;
	--font-family-1: 'Roboto',sans-serif;

	--modal-bg-color-1: #ffffff;
	--modal-bg-color-2: #f2f2f2;
	--modal-bg-color-3: #e6e6e6;
	--modal-bg-color-4: #d9d9d9;
	--modal-text-color-1: #211f1f;
	--modal-text-color-2: #727272;
	--modal-text-color-3: #999999;

	--btn-radius-top-left: 20px;
	--btn-radius-top-right: 20px;
	--btn-radius-bottom-left: 20px;
	--btn-radius-bottom-right: 20px;
 
	--input-radius-top-left: 20px;
	--input-radius-top-right: 20px;
	--input-radius-bottom-left: 20px;
	--input-radius-bottom-right: 20px;
 
	--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;
}

: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: #e0b1b1;
	--background-color-2: #d99f9f;
	--background-color-3: #d18d8d;
	--background-color-4: #ca7a7a;
	--background-color-5: #c36868;
    --background-color-6: #bc5656;

	--text-color-1: #2E3036;
	--text-color-2: #818285;
	--text-color-3: #94969e;
	--text-color-4: #818285;

	--modal-bg-color-1: #ffffff;
	--modal-bg-color-2: #f2f2f2;
	--modal-bg-color-3: #e6e6e6;
	--modal-bg-color-4: #d9d9d9;

	--modal-text-color-1: #211f1f;
	--modal-text-color-2: #727272;
	--modal-text-color-3: #999999;
}

: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: #303030;
	--background-color-2: #3d3d3d;
	--background-color-3: #4a4a4a;
	--background-color-4: #565656;
	--background-color-5: #636363;
    --background-color-6: #707070;

	--text-color-1: #2E3036;
	--text-color-2: #818285;
	--text-color-3: #94969e;
	--text-color-4: #818285;
	
	--modal-bg-color-1: #00000c;
	--modal-bg-color-2: #000026;
	--modal-bg-color-3: #00003f;
	--modal-bg-color-4: #000059;

	--modal-text-color-1: #FFFFFF;
	--modal-text-color-2: #CCCCCC;
	--modal-text-color-3: #999999;
}