:root {
	--brand-color-1: #F14100;
	--brand-color-2: #FFB700;
	--brand-color-3: {brand-color-3};
	--brand-color-text : #1a1a1a;
	--background-color-1: #15222a;
	--background-color-2: #1e303b;
	--background-color-3: #273e4b;
	--background-color-4: #2f4b5c;
	--background-color-5: #38596d;
    --background-color-6: #41677e;
	--text-color-1: #999999;
	--text-color-2: #b3b3b3;
	--text-color-3: #cccccc;
	--text-color-4: #e6e6e6;
	--font-family-1: 'Roboto',sans-serif;

	 /*Modal Background colors*/
	--modal-bg-color-1: #2C2D3A;
	--modal-bg-color-2: #363747;
	--modal-bg-color-3: #3B3D4F;
	--modal-bg-color-4: #48495A;
    
	/*Modal Text colors*/
	--modal-text-color-1: #FFFFFF;
	--modal-text-color-2: #CCCCCC;
	--modal-text-color-3: #999999;
	
	--btn-radius-top-left: 2px;
	--btn-radius-top-right: 2px;
	--btn-radius-bottom-left: 2px;
	--btn-radius-bottom-right: 2px;
 
	--input-radius-top-left: 2px;
	--input-radius-top-right: 2px;
	--input-radius-bottom-left: 2px;
	--input-radius-bottom-right: 2px;
 
	--odd-radius-top-left: 2px;
	--odd-radius-top-right: 2px;
	--odd-radius-bottom-left: 2px;
	--odd-radius-bottom-right: 2px;

	 /*Default imutable colors*/
    --white-color: #fff;
    --black-color: #000;
    --error-color: #F02849;
    --success-color: #009900;
	--info-color: #FFB700;
}