:root {
	--brand-color-1: #ffb400;
	--brand-color-2: #ffb400;
	--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: #113507;
	--background-color-2: #184a0b;
	--background-color-3: #326008;
	--background-color-4: #22380e;
	--background-color-5: #216010;
    --background-color-6: #113707;
	--text-color-1: #ffffff;
	--text-color-2: #ffffff;
	--text-color-3: #ffffff;
	--text-color-4: #ffffff;
	--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: 20px ;
	--btn-radius-top-right: 20px ;
	--btn-radius-bottom-left: 20px ;
	--btn-radius-bottom-right: 20px ;
 
	--input-radius-top-left: 8px ;
	--input-radius-top-right: 8px ;
	--input-radius-bottom-left: 8px ;
	--input-radius-bottom-right: 8px ;
 
	--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: #4f933c;
	--brand-color-2: #ffaa29;
	--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: #e8e8e8;
	--background-color-2: #dbdbdb;
	--background-color-3: #fcf9f9;
	--background-color-4: #b5b5b5;
	--background-color-5: #b5b5b5;
    --background-color-6: #a8a8a8;

	--text-color-1: #241112;
	--text-color-2: #000000;
	--text-color-3: #000000;
	--text-color-4: #000000;

	--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: #ffb400;
	--brand-color-2: #ffb400;
	--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: #133632ff;
	--background-color-2: #0f3d35ff;
	--background-color-3: #004c3dff;
	--background-color-4: #004c3dff;
	--background-color-5: #0f3d35ff;
    --background-color-6: #0f3d35ff;

	--text-color-1: #ffffff;
	--text-color-2: #ffffff;
	--text-color-3: #ffffff;
	--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;
}