:root {
	--brand-color-1: #ffd700;
	--brand-color-2: #ffd700;
	--brand-color-3: {brand-color-3};
	--brand-color-text : #FBFBFB;

    --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: #39344c;
	--background-color-2: #1f1726;
	--background-color-3: #2e293d;
	--background-color-4: #423a66;
	--background-color-5: #242033;
    --background-color-6: #39334f;
	--text-color-1: #FFFFFF;
	--text-color-2: #7a7a7a;
	--text-color-3: #706d6d;
	--text-color-4: #FFFFFF;
	--font-family-1: 'IRANSans', sans-serif;

    /*Modal Background colors*/
	--modal-bg-color-1: #FFFFFF;
	--modal-bg-color-2: #F4F4F4;
	--modal-bg-color-3: #E8E8E8;
	--modal-bg-color-4: #C7C7C7;
    
	/*Modal Text colors*/
	--modal-text-color-1: #1A1A1A;
	--modal-text-color-2: #3D3D3D;
	--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;
}