:root {
	--brand-color-1: #0c0c33;
	--brand-color-2: #f5b522;
	--brand-color-text : #FBFBFB;

    --brand-gradient-1: none;
    --brand-gradient-2: none;
	
	--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: #f5b522;
	--background-color-2: #0c0c33;
	--background-color-3: #24243f;
	--background-color-4: #08082f;
	--background-color-5: #ffffff;
    --background-color-6: #000026;
	--text-color-1: #000000;
	--text-color-2: #070707;
	--text-color-3: #B3B3B3;
	--text-color-4: #FFFFFF;
	--font-family-1: 'IRANSans', 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: 8px ;
	--btn-radius-top-right: 8px ;
	--btn-radius-bottom-left: 8px ;
	--btn-radius-bottom-right: 0px ;
 
	--input-radius-top-left: 20px ;
	--input-radius-top-right: 20px ;
	--input-radius-bottom-left: 20px ;
	--input-radius-bottom-right: 0px ;
 
	--odd-radius-top-left: 8px ;
	--odd-radius-top-right: 8px ;
	--odd-radius-bottom-left: 8px ;
	--odd-radius-bottom-right: 0px ;

	 /*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: #002f6c;
	--brand-color-2: #002f6c;
	--brand-color-text : #fbfbfb;

    --brand-gradient-1: none;
    --brand-gradient-2: none;
    --brand-gradient-3: {brand-gradient-3-2};
	
	--background-gradient-1: none;
	--background-gradient-2: linear-gradient(0deg,rgba(245, 181, 34, 1) 0%,rgba(232, 199, 53, 1) 98.45125440140845%);
	--background-gradient-3: none;
	--background-gradient-4: none;
	--background-gradient-5: none;
	--background-gradient-6: none;

	--background-color-1: #fbcc01;
	--background-color-2: #f5b522;
	--background-color-3: #fcfcfc;
	--background-color-4: #f5b522;
	--background-color-5: #f5b522;
    --background-color-6: #ffffff;

	--text-color-1: #002f6c;
	--text-color-2: #002f6c;
	--text-color-3: #16140f;
	--text-color-4: #002f6c;

	--modal-bg-color-1: #f5b500;
	--modal-bg-color-2: #fbcc00;
	--modal-bg-color-3: #e2e2e2;
	--modal-bg-color-4: #d5d5d5;

	--modal-text-color-1: #002f6c;
	--modal-text-color-2: #002f6c;
	--modal-text-color-3: #002f6c;
}

:root[data-theme="dark"] {
	--brand-color-1: #ffffff;
	--brand-color-2: #eaa102;
	--brand-color-text : #002e6b;

    --brand-gradient-1: none;
    --brand-gradient-2: none;
    --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: #002d7f;
	--background-color-2: #132139;
	--background-color-3: #1a2c4c;
	--background-color-4: #21375f;
	--background-color-5: #274272;
    --background-color-6: #2d4d85;

	--text-color-1: #fbfbfb;
	--text-color-2: #fbfbfb;
	--text-color-3: #b3b3b3;
	--text-color-4: #fbfbfb;
	
	--modal-bg-color-1: #002f6c;
	--modal-bg-color-2: #003a86;
	--modal-bg-color-3: #00459f;
	--modal-bg-color-4: #0050b8;

	--modal-text-color-1: #FFFFFF;
	--modal-text-color-2: #CCCCCC;
	--modal-text-color-3: #999999;
}