:root {
	--brand-color-1: rgb(88,2,201);
	--brand-color-2: rgb(88,2,201);
	--brand-color-text : rgb(255,255,255);

    --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: rgb(247,245,255);
	--background-color-2: rgb(237,230,250);
	--background-color-3: rgb(221,214,245);
	--background-color-4: rgb(237,230,250);
	--background-color-5: rgb(201,191,238);
    --background-color-6: rgb(247,245,255);
	--text-color-1: rgb(26,26,46);
	--text-color-2: rgb(74,74,106);
	--text-color-3: rgb(107,107,138);
	--text-color-4: rgb(153,153,179);
	--font-family-1: Tahoma, Geneva, sans-serif;

	--modal-bg-color-1: #f7f5ff;
	--modal-bg-color-2: #e3dcff;
	--modal-bg-color-3: #cec2ff;
	--modal-bg-color-4: #baa9ff;
	--modal-text-color-1: rgb(26,26,46);
	--modal-text-color-2: rgb(74,74,106);
	--modal-text-color-3: rgb(107,107,138);

	--btn-radius-top-left: 3px ;
	--btn-radius-top-right: 3px ;
	--btn-radius-bottom-left: 3px ;
	--btn-radius-bottom-right: 3px ;
 
	--input-radius-top-left: 6px ;
	--input-radius-top-right: 6px ;
	--input-radius-bottom-left: 6px ;
	--input-radius-bottom-right: 6px ;
 
	--odd-radius-top-left: 3px ;
	--odd-radius-top-right: 3px ;
	--odd-radius-bottom-left: 3px ;
	--odd-radius-bottom-right: 3px ;

	 /*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: rgb(88,2,201);
	--brand-color-2: rgb(88,2,201);
	--brand-color-text : rgb(255,255,255);

    --brand-gradient-1: none;
    --brand-gradient-2: none;
    --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: rgb(247,245,255);
	--background-color-2: rgb(237,230,250);
	--background-color-3: rgb(221,214,245);
	--background-color-4: rgb(237,230,250);
	--background-color-5: rgb(201,191,238);
    --background-color-6: rgb(247,245,255);

	--text-color-1: rgb(26,26,46);
	--text-color-2: rgb(74,74,106);
	--text-color-3: rgb(107,107,138);
	--text-color-4: rgb(153,153,179);

	--modal-bg-color-1: #f7f5ff;
	--modal-bg-color-2: #e3dcff;
	--modal-bg-color-3: #cec2ff;
	--modal-bg-color-4: #baa9ff;

	--modal-text-color-1: rgb(26,26,46);
	--modal-text-color-2: rgb(74,74,106);
	--modal-text-color-3: rgb(107,107,138);
}

:root[data-theme="dark"] {
	--brand-color-1: #f52bdb;
	--brand-color-2: #f52bdb;
	--brand-color-text : rgb(255,255,255);

    --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: rgb(26,2,26);
	--background-color-2: rgb(42,10,42);
	--background-color-3: rgb(61,15,61);
	--background-color-4: rgb(42,10,42);
	--background-color-5: rgb(74,26,74);
    --background-color-6: rgb(13,0,13);

	--text-color-1: rgb(240,230,255);
	--text-color-2: rgb(201,191,238);
	--text-color-3: rgb(153,102,170);
	--text-color-4: rgb(107,74,122);
	
	--modal-bg-color-1: #1a021a;
	--modal-bg-color-2: #320432;
	--modal-bg-color-3: #490649;
	--modal-bg-color-4: #610761;

	--modal-text-color-1: #f0e6ff;
	--modal-text-color-2: #b380ff;
	--modal-text-color-3: #944dff;
}