:root {
	--brand-color-1: rgb(20,117,225);
	--brand-color-2: rgb(59,149,240);
	--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(15,33,46);
	--background-color-2: rgb(26,44,56);
	--background-color-3: rgb(33,55,67);
	--background-color-4: rgb(47,69,83);
	--background-color-5: rgb(26,44,56);
    --background-color-6: rgb(11,25,34);
	--text-color-1: rgb(255,255,255);
	--text-color-2: rgb(177,186,211);
	--text-color-3: rgb(213,220,235);
	--text-color-4: rgb(255,255,255);
	--font-family-1: 'Roboto',sans-serif;

	--modal-bg-color-1: rgb(26,37,64);
	--modal-bg-color-2: rgb(31,45,74);
	--modal-bg-color-3: rgb(38,54,90);
	--modal-bg-color-4: rgb(47,64,104);
	--modal-text-color-1: rgb(255,255,255);
	--modal-text-color-2: rgb(184,197,220);
	--modal-text-color-3: rgb(122,138,168);

	--btn-radius-top-left: 12px ;
	--btn-radius-top-right: 12px ;
	--btn-radius-bottom-left: 12px ;
	--btn-radius-bottom-right: 12px ;
 
	--input-radius-top-left: 12px ;
	--input-radius-top-right: 0px ;
	--input-radius-bottom-left: 0px ;
	--input-radius-bottom-right: 12px ;
 
	--odd-radius-top-left: 12px ;
	--odd-radius-top-right: 12px ;
	--odd-radius-bottom-left: 12px ;
	--odd-radius-bottom-right: 12px ;

	 /*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: #2ad1c3;
	--brand-color-2: #e0d470;
	--brand-color-text : #FBFBFB;

    --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: #ffffff;
	--background-color-2: #f2f2f2;
	--background-color-3: #ededef;
	--background-color-4: #e5e5e5;
	--background-color-5: #eaeaea;
    --background-color-6: #bcbcbc;

	--text-color-1: #424549 ;
	--text-color-2: #4c5259;
	--text-color-3: #424549;
	--text-color-4: #2a2b2d;

	--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: #F14100;
	--brand-color-2: #FFB700;
	--brand-color-text : #1a1a1a;

    --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: #1A1A1A;
	--background-color-2: #262626;
	--background-color-3: #333333;
	--background-color-4: #404040;
	--background-color-5: #4D4D4D;
    --background-color-6: #1A1A1A;

	--text-color-1: #999999;
	--text-color-2: #b3b3b3;
	--text-color-3: #cccccc;
	--text-color-4: #e6e6e6;
	
	--modal-bg-color-1: #343434;
	--modal-bg-color-2: #3E3E3E;
	--modal-bg-color-3: #454545;
	--modal-bg-color-4: #525252;

	--modal-text-color-1: #FFFFFF;
	--modal-text-color-2: #CCCCCC;
	--modal-text-color-3: #999999;
}