:root {
	--brand-color-1: #EE4423;
	--brand-color-2: #FFAE2B;
	--brand-color-text : #2F323A;

    --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: #2F323A;
	--background-color-2: #282B32;
	--background-color-3: #3F434E;
	--background-color-4: #454B57;
	--background-color-5: #4A505C;
    --background-color-6: #2F323A;
	--text-color-1: #F3F4F5;
	--text-color-2: #EDEFF0;
	--text-color-3: #E0E2E5;
	--text-color-4: #CCD0D5;
	--font-family-1: 'Roboto', sans-serif;

	--modal-bg-color-1: {modal-bg-color-1};
	--modal-bg-color-2: {modal-bg-color-2};
	--modal-bg-color-3: {modal-bg-color-3};
	--modal-bg-color-4: {modal-bg-color-4};
	--modal-text-color-1: {modal-text-color-1};
	--modal-text-color-2: {modal-text-color-2};
	--modal-text-color-3: {modal-text-color-3};

	--btn-radius-top-left: 12px;
	--btn-radius-top-right: 12px;
	--btn-radius-bottom-left: 12px;
	--btn-radius-bottom-right: 12px;
 
	--input-radius-top-left: 12px;
	--input-radius-top-right: 12px;
	--input-radius-bottom-left: 12px;
	--input-radius-bottom-right: 12px;
 
	--odd-radius-top-left: 12px;
	--odd-radius-top-right: 12px;
	--odd-radius-bottom-left: 12px;
	--odd-radius-bottom-right: 12px;

	 /*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: #EE4423;
	--brand-color-2: #FFAE2B;
	--brand-color-text : #2F323A;

    --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: #f948eb;
	--background-color-2: #f82fe8;
	--background-color-3: #f717e6;
	--background-color-4: #f948eb;
	--background-color-5: #f948eb;
    --background-color-6: #f948eb;

	--text-color-1: #ffffff;
	--text-color-2: #cccccc;
	--text-color-3: #b3b3b3;
	--text-color-4: #ffffff;
	
	--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;
}