:root {
	--brand-color-1: #f5ff22;
	--brand-color-2: #f5ff22;
	--brand-color-3: {brand-color-3};
	--brand-color-text : #000000;
	--background-color-1: #000000;
	--background-color-2: #0D0D0D;
	--background-color-3: #1A1A1A;
	--background-color-4: #262626;
	--background-color-5: #333333;
    --background-color-6: #000000;
	--text-color-1: #ffffff;
	--text-color-2: #cccccc;
	--text-color-3: #949494;
	--text-color-4: #ffffff;
	--font-family-1: 'IRANSans', sans-serif;

	--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;
}