:root {
	--brand-color-1: rgb(170,43,30);
	--brand-color-2: rgb(205,86,30);
	--brand-color-text : rgb(36,36,33);

    --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: #1A1A1A;
	--background-color-2: #262626;
	--background-color-3: #333333;
	--background-color-4: #404040;
	--background-color-5: #4D4D4D;
    --background-color-6: #1A1A1A;
	--text-color-1: #999999;
	--text-color-2: #b3b3b3;
	--text-color-3: #cccccc;
	--text-color-4: #e6e6e6;
	--font-family-1: 'Ubuntu', 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: 20px;
	--btn-radius-top-right: 20px;
	--btn-radius-bottom-left: 20px;
	--btn-radius-bottom-right: 20px;
 
	--input-radius-top-left: 20px;
	--input-radius-top-right: 20px;
	--input-radius-bottom-left: 20px;
	--input-radius-bottom-right: 20px;
 
	--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: rgb(255,75,13);
	--brand-color-2: rgb(255,75,13);
	--brand-color-text : rgb(255,251,251);

    --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: rgb(255,253,240);
	--background-color-2: rgb(174,183,112);
	--background-color-3: rgb(239,242,219);
	--background-color-4: rgb(92,123,93);
	--background-color-5: rgb(239,235,213);
    --background-color-6: rgb(203,214,179);

	--text-color-1: rgb(0,0,0);
	--text-color-2: rgb(0,0,0);
	--text-color-3: rgb(0,0,0);
	--text-color-4: rgb(5,5,5);

	--modal-bg-color-1: #efebd5;
	--modal-bg-color-2: #e8e2c3;
	--modal-bg-color-3: #e1d9b0;
	--modal-bg-color-4: #dad19e;

	--modal-text-color-1: #1A1A1A;
	--modal-text-color-2: #3D3D3D;
	--modal-text-color-3: #999999;
}

:root[data-theme="dark"] {
	--brand-color-1: rgb(255,75,13);
	--brand-color-2: rgb(255,75,13);
	--brand-color-text : rgb(245,245,245);

    --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: rgb(31,35,39);
	--background-color-2: rgb(31,35,39);
	--background-color-3: rgb(31,35,39);
	--background-color-4: rgb(46,46,43);
	--background-color-5: rgb(24,28,32);
    --background-color-6: rgb(0,0,0);

	--text-color-1: rgb(255,255,255);
	--text-color-2: rgb(255,255,255);
	--text-color-3: rgb(255,255,255);
	--text-color-4: rgba(239,235,213,0.85);
	
	--modal-bg-color-1: rgb(31,35,39);
	--modal-bg-color-2: rgb(27,29,32);
	--modal-bg-color-3: rgb(86,83,60);
	--modal-bg-color-4: rgb(188,173,60);

	--modal-text-color-1: #ffffff;
	--modal-text-color-2: #cccccc;
	--modal-text-color-3: #b3b3b3;
}