:root {
	--brand-color-1: #FC7F3F;
	--brand-color-2: {brand-color-2};
	--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: #1F3333;
	--background-color-2: #264040;
	--background-color-3: #2E4D4D;
	--background-color-4: #355959;
	--background-color-5: #3D6666;
    --background-color-6: #1F3333;
	--text-color-1: #FFFFFF;
	--text-color-2: #CCCCCC;
	--text-color-3: #B3B3B3;
	--text-color-4: #FFFFFF;
	--font-family-1: 'Roboto', sans-serif;

	--modal-bg-color-1: #FFFFFF;
	--modal-bg-color-2: #F4F4F4;
	--modal-bg-color-3: #E8E8E8;
	--modal-bg-color-4: #C7C7C7;
	--modal-text-color-1: #1A1A1A;
	--modal-text-color-2: #3D3D3D;
	--modal-text-color-3: #999999;

	--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: #f9f9f9;
	--modal-bg-color-2: #f1f1f1;
	--modal-bg-color-3: #eaeaea;
	--modal-bg-color-4: #fcfcff;

	--modal-text-color-1: #3a3a3d;
	--modal-text-color-2: #777879;
	--modal-text-color-3: #bfbfbf;
}

:root[data-theme="dark"] {
	--brand-color-1: #FC7F3F;
	--brand-color-2: #FFAE2B;
	--brand-color-text : #FBFBFB;

    --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: #1F3333;
	--background-color-2: #264040;
	--background-color-3: #2E4D4D;
	--background-color-4: #355959;
	--background-color-5: #3D6666;
    --background-color-6: #1F3333;

	--text-color-1: #FFFFFF;
	--text-color-2: #CCCCCC;
	--text-color-3: #B3B3B3;
	--text-color-4: #FFFFFF;
	
	--modal-bg-color-1: #FFFFFF;
	--modal-bg-color-2: #F4F4F4;
	--modal-bg-color-3: #E8E8E8;
	--modal-bg-color-4: #C7C7C7;

	--modal-text-color-1: #1A1A1A;
	--modal-text-color-2: #3D3D3D;
	--modal-text-color-3: #999999;
}