:root {
	--brand-color-1: rgba(146, 94, 17, 1);
	--brand-color-2: rgba(230,155,16,1);
	--brand-color-text : rgba(252, 240, 184, 1);

    --brand-gradient-1: none;
    --brand-gradient-2: linear-gradient(180deg,    rgba(230,155,16,1) 0%, rgba(177,116,2,1) 35%, RGBA(149, 96, 3, 1) 100%);
	
	--background-gradient-1: none;
	--background-gradient-2: none;
	--background-gradient-3: none;
	--background-gradient-4: none;
	--background-gradient-5: linear-gradient(180deg, rgba(69,61,49,1) 0%, rgba(17,14,8,1) 6%, rgba(20,20,18,1) 12%, rgba(20,20,19,1) 47%, rgba(20,20,18,1) 89%, RGBA(216,186,123,1) 95%, rgba(91,69,34,1) 100%);
	--background-gradient-6: none;

	--background-color-1: rgba(8, 8, 8, 1);
	--background-color-2: rgba(7, 6, 6, 1);
	--background-color-3: #1A1A1A;
	--background-color-4: #262626;
	--background-color-5: rgba(69,61,49,1);
    --background-color-6: #000000;
	--text-color-1: rgba(236, 204, 142, 1);
	--text-color-2: rgb(255, 174, 1);
	--text-color-3: rgba(252, 238, 170, 1);
	--text-color-4: rgba(244, 174, 56, 1);
	--font-family-1: 'Roboto',sans-serif;

	--modal-bg-color-1: rgba(42, 42, 42, 1);
	--modal-bg-color-2: rgba(34, 34, 34, 1);
	--modal-bg-color-3: #454545;
	--modal-bg-color-4: #525252;
	--modal-text-color-1: rgba(255, 255, 255, 1);
	--modal-text-color-2: rgba(243, 219, 162, 1);
	--modal-text-color-3: rgba(254, 188, 1, 1);

	--btn-radius-top-left: 8px ;
	--btn-radius-top-right: 8px ;
	--btn-radius-bottom-left: 8px ;
	--btn-radius-bottom-right: 8px ;
 
	--input-radius-top-left: 2px;
	--input-radius-top-right: 2px;
	--input-radius-bottom-left: 2px;
	--input-radius-bottom-right: 2px;
 
	--odd-radius-top-left: 8px ;
	--odd-radius-top-right: 8px ;
	--odd-radius-bottom-left: 8px ;
	--odd-radius-bottom-right: 8px ;

	 /*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: #2ad1c3;
	--brand-color-2: #e0d470;
	--brand-color-text : #FBFBFB;

    --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: #ffffff;
	--background-color-2: #f2f2f2;
	--background-color-3: #ededef;
	--background-color-4: #e5e5e5;
	--background-color-5: #eaeaea;
    --background-color-6: #bcbcbc;

	--text-color-1: #424549 ;
	--text-color-2: #4c5259;
	--text-color-3: #424549;
	--text-color-4: #2a2b2d;

	--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: #2ad1c3;
	--brand-color-2: #e0d470;
	--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: #000026;
	--background-color-2: #0c0c33;
	--background-color-3: #24243f;
	--background-color-4: #08082f;
	--background-color-5: #11113b;
    --background-color-6: #000026;

	--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;
}