:root {
	--brand-color-1: #ffb814;
	--brand-color-2: #ffffff;
	--brand-color-text : #0c0c0c;

    --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: #16022b;
	--background-color-2: #170724ff;
	--background-color-3: #2b2929;
	--background-color-4: #ffb814;
	--background-color-5: #1a082b;
    --background-color-6: #190626;
	--text-color-1: #ffffff;
	--text-color-2: #ffffff;
	--text-color-3: #ffffff;
	--text-color-4: #ffffff;
	--font-family-1: Arial, Helvetica, sans-serif;

	--modal-bg-color-1: #212121;
	--modal-bg-color-2: #212121;
	--modal-bg-color-3: #140326;
	--modal-bg-color-4: #070707;
	--modal-text-color-1: #ffffffff;
	--modal-text-color-2: #ffffff;
	--modal-text-color-3: #efc107;

	--btn-radius-top-left: 20px ;
	--btn-radius-top-right: 20px ;
	--btn-radius-bottom-left: 20px ;
	--btn-radius-bottom-right: 20px ;
 
	--input-radius-top-left: 14px ;
	--input-radius-top-right: 14px ;
	--input-radius-bottom-left: 14px ;
	--input-radius-bottom-right: 14px ;
 
	--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;
}

:root[data-theme="light"] {
	--brand-color-1: #EE4423;
	--brand-color-2: #FFAE2B;
	--brand-color-text : #F9F9F9;

    --brand-gradient-1: none;
    --brand-gradient-2: none;
    --brand-gradient-3: {brand-gradient-3-2};
	
	--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: #F9F9F9;
	--background-color-2: #F1F1F1;
	--background-color-3: #EAEAEA;
	--background-color-4: #FCFCFF;
	--background-color-5: #F5F5F5;
    --background-color-6: #F9F9F9;

	--text-color-1: #3A3A3D;
	--text-color-2: #777879;
	--text-color-3: #BFBFBF;
	--text-color-4: #5F5F5F;

	--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;
}

:root[data-theme="dark"] {
	--brand-color-1: #ffb814;
	--brand-color-2: #ffffff;
	--brand-color-text : #0c0c0c;

    --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: #16022b;
	--background-color-2: #170724ff;
	--background-color-3: #2b2929;
	--background-color-4: #ffb814;
	--background-color-5: #1a082b;
    --background-color-6: #190626;

	--text-color-1: #ffffff;
	--text-color-2: #ffffff;
	--text-color-3: #ffffff;
	--text-color-4: #ffffff;
	
	--modal-bg-color-1: #212121;
	--modal-bg-color-2: #212121;
	--modal-bg-color-3: #140326;
	--modal-bg-color-4: #070707;

	--modal-text-color-1: #ffffffff;
	--modal-text-color-2: #ffffff;
	--modal-text-color-3: #efc107;
}