:root {
	--brand-color-1: #f26b04;
	--brand-color-2: #e86303;
	--brand-color-text : #ffffff;

    --brand-gradient-1: none;
    --brand-gradient-2: linear-gradient(293deg,rgba(232, 99, 3, 0.04) 0%,rgba(252, 144, 19, 1.3) 100%);
	
	--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: #1f2a34;
	--background-color-2: #171c23;
	--background-color-3: #3c454a;
	--background-color-4: #3c454a;
	--background-color-5: #4a565b;
    --background-color-6: #242b31;
	--text-color-1: #ffffff;
	--text-color-2: #ffffff;
	--text-color-3: #ffffff;
	--text-color-4: #ffffff;
	--font-family-1: MS Sans Serif, Geneva, sans-serif;

	--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;

	--btn-radius-top-left: 10px ;
	--btn-radius-top-right: 10px ;
	--btn-radius-bottom-left: 10px ;
	--btn-radius-bottom-right: 10px ;
 
	--input-radius-top-left: 10px ;
	--input-radius-top-right: 10px ;
	--input-radius-bottom-left: 10px ;
	--input-radius-bottom-right: 10px ;
 
	--odd-radius-top-left: 10px ;
	--odd-radius-top-right: 10px ;
	--odd-radius-bottom-left: 10px ;
	--odd-radius-bottom-right: 10px ;

	 /*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: #b70000;
	--brand-color-2: #b70000;
	--brand-color-text : #1a1a1a;

    --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: #bfbfbf;
	--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: #f26b04;
	--brand-color-2: #e86303;
	--brand-color-text : #ffffff;

    --brand-gradient-1: none;
    --brand-gradient-2: linear-gradient(293deg,rgba(232, 99, 3, 0.04) 0%,rgba(252, 144, 19, 1.3) 100%);
    --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: #1f2a34;
	--background-color-2: #171c23;
	--background-color-3: #3c454a;
	--background-color-4: #3c454a;
	--background-color-5: #4a565b;
    --background-color-6: #242b31;

	--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;
}