: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,255,255);

    --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(230,215,167);
	--background-color-2: rgb(221,211,188);
	--background-color-3: rgb(210,190,138);
	--background-color-4: rgb(124,104,58);
	--background-color-5: rgb(210,190,138);
    --background-color-6: rgb(221,211,188);

	--text-color-1: rgb(27,36,32);
	--text-color-2: rgb(27,36,32);
	--text-color-3: rgb(10,10,10);
	--text-color-4: rgb(0,0,0);

	--modal-bg-color-1: rgb(241,216,159);
	--modal-bg-color-2: rgb(163,138,95);
	--modal-bg-color-3: rgb(48,41,26);
	--modal-bg-color-4: rgb(156,113,39);

	--modal-text-color-1: rgb(0,0,0);
	--modal-text-color-2: rgb(6,4,0);
	--modal-text-color-3: rgb(28,36,32);
}

: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(51,60,69);
	--background-color-3: rgb(31,35,39);
	--background-color-4: rgb(31,35,39);
	--background-color-5: rgb(24,28,32);
    --background-color-6: rgb(24,28,32);

	--text-color-1: rgb(245,245,245);
	--text-color-2: rgb(245,245,245);
	--text-color-3: rgb(245,245,245);
	--text-color-4: rgb(245,245,245);
	
	--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(180,164,46);

	--modal-text-color-1: #ffffff;
	--modal-text-color-2: rgb(188,188,188);
	--modal-text-color-3: rgb(255,255,255);
}