:root {
	--brand-color-1: #5af1be;
	--brand-color-2: #5af1be;
	--brand-color-text : rgb(1, 1, 1);

    --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: #3a4249;
	--background-color-2: #2c3238;
	--background-color-3: #555f68;
	--background-color-4: #475563;
	--background-color-5: #30383f;
    --background-color-6: #30383f;
	--text-color-1: rgb(255, 255, 255);
	--text-color-2: #97a1a8;
	--text-color-3: #c5ced5;
	--text-color-4: #9cadba;
	--font-family-1: 'Roboto', sans-serif;

	--modal-bg-color-1: #2b3133;
	--modal-bg-color-2: #3a4249;
	--modal-bg-color-3: #282d30;
	--modal-bg-color-4: #1d1f21;
	--modal-text-color-1: rgb(255, 253, 253);
	--modal-text-color-2: #CCCCCC;
	--modal-text-color-3: #999999;

	--btn-radius-top-left: 3px ;
	--btn-radius-top-right: 3px ;
	--btn-radius-bottom-left: 3px ;
	--btn-radius-bottom-right: 3px ;
 
	--input-radius-top-left: 3px ;
	--input-radius-top-right: 3px ;
	--input-radius-bottom-left: 3px ;
	--input-radius-bottom-right: 3px ;
 
	--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: #42a5f5;
	--brand-color-2: #42a5f5;
	--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: #42a5f5;
	--brand-color-2: #42a5f5;
	--brand-color-text : #FBFBFB;

    --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: #12283b;
	--background-color-2: #163149;
	--background-color-3: #1c3f5c;
	--background-color-4: #224c70;
	--background-color-5: #254b6d;
    --background-color-6: #2e6797;

	--text-color-1: #FFFFFF;
	--text-color-2: #ffffff;
	--text-color-3: #ffffff;
	--text-color-4: #FFFFFF;
	
	--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;
}