:root {
	--brand-color-1: #fd6401;
	--brand-color-2: #FFB700;
	--brand-color-3: {brand-color-3};
	--brand-color-text : #1a1a1a;

    --brand-gradient-1: none;
    --brand-gradient-2: none;
    --brand-gradient-3: {brand-gradient-3};
	
	--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: #d9d9d9;
	--text-color-2: #b3b3b3;
	--text-color-3: #cccccc;
	--text-color-4: #e6e6e6;
	--font-family-1: 'IRANSans', sans-serif;

	--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;
     
	--btn-radius-top-left: 20px ;
	--btn-radius-top-right: 20px ;
	--btn-radius-bottom-left: 20px ;
	--btn-radius-bottom-right: 20px ;
 
	--input-radius-top-left: 20px ;
	--input-radius-top-right: 20px ;
	--input-radius-bottom-left: 20px ;
	--input-radius-bottom-right: 20px ;
 
	--odd-radius-top-left: 20px ;
	--odd-radius-top-right: 20px ;
	--odd-radius-bottom-left: 20px ;
	--odd-radius-bottom-right: 20px ;

	 /*Default imutable colors*/
    --white-color: #fff;
    --black-color: #000;
    --error-color: #F02849;
    --success-color: #009900;
	--info-color: #FFB700;
}