:root {
	--brand-color-1: #00ff1d;
	--brand-color-2: #00ff1d;
	--brand-color-text : #ffffff;

    --brand-gradient-1: linear-gradient(0deg,rgba(0, 255, 29, 1) 0%,rgba(0, 181, 66, 1) 100%);
    --brand-gradient-2: linear-gradient(0deg,rgba(0, 255, 29, 1) 0%,rgba(0, 181, 66, 1) 100%);
	
	--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: #0a1819;
	--background-color-2: #0b1014;
	--background-color-3: #0d110c;
	--background-color-4: #020f01;
	--background-color-5: #111915;
    --background-color-6: #1b1c21;
	--text-color-1: #efffef;
	--text-color-2: #ffffff;
	--text-color-3: #efffef;
	--text-color-4: #efffef;
	--font-family-1: Arial, Helvetica, sans-serif;

	/*Modal Background colors*/
	--modal-bg-color-1: #343434;
	--modal-bg-color-2: #3E3E3E;
	--modal-bg-color-3: #454545;
	--modal-bg-color-4: #525252;
    
	/*Modal Text colors*/
	--modal-text-color-1: #FFFFFF;
	--modal-text-color-2: #CCCCCC;
	--modal-text-color-3: #999999;
	
	--btn-radius-top-left: 18px ;
	--btn-radius-top-right: 18px ;
	--btn-radius-bottom-left: 18px ;
	--btn-radius-bottom-right: 18px ;
 
	--input-radius-top-left: 0px ;
	--input-radius-top-right: 0px ;
	--input-radius-bottom-left: 0px ;
	--input-radius-bottom-right: 0px ;
 
	--odd-radius-top-left: 18px ;
	--odd-radius-top-right: 18px ;
	--odd-radius-bottom-left: 18px ;
	--odd-radius-bottom-right: 18px ;

	 /*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: #008500;
	--brand-color-2: #1e7518;
	--brand-color-text : #ffffff;

    --brand-gradient-1: none;
    --brand-gradient-2: linear-gradient(0deg,rgba(30, 117, 24, 1) 0.47315140845070425%,rgba(16, 255, 0, 1) 100%);
    --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: #ffffff;
	--background-color-3: #ffffff;
	--background-color-4: #ffffff;
	--background-color-5: #ffffff;
    --background-color-6: #ffffff;

	--text-color-1: #ffffff;
	--text-color-2: #ffffff;
	--text-color-3: #ffffff;
	--text-color-4: #FFFFFF;
}

:root[data-theme="dark"] {
	--brand-color-1: #008500;
	--brand-color-2: #1e7518;
	--brand-color-text : #ffffff;

    --brand-gradient-1: none;
    --brand-gradient-2: linear-gradient(0deg,rgba(30, 117, 24, 1) 0.47315140845070425%,rgba(16, 255, 0, 1) 100%);
    --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: #022902;
	--background-color-2: #010f01;
	--background-color-3: #022902;
	--background-color-4: #000a00;
	--background-color-5: #011601;
    --background-color-6: #040f04;

	--text-color-1: #ffffff;
	--text-color-2: #ffffff;
	--text-color-3: #ffffff;
	--text-color-4: #FFFFFF;
}