:root {
	--brand-color-1: #ff6d01;
	--brand-color-2: #ff6d01;
	--brand-color-text : #2b323a;

    --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: #071e3e;
	--background-color-2: #434f60;
	--background-color-3: #44505c;
	--background-color-4: #43576d;
	--background-color-5: #37434f;
    --background-color-6: #011226;
	--text-color-1: #FFFFFF;
	--text-color-2: #ffffff;
	--text-color-3: #ffffff;
	--text-color-4: #FFFFFF;
	--font-family-1: 'Roboto',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: 20px ;
	--btn-radius-top-right: 20px ;
	--btn-radius-bottom-left: 20px ;
	--btn-radius-bottom-right: 20px ;
 
	--input-radius-top-left: 2px;
	--input-radius-top-right: 2px;
	--input-radius-bottom-left: 2px;
	--input-radius-bottom-right: 2px;
 
	--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: #ffde00;
	--brand-color-2: #ffde00;
	--brand-color-text : #282828;

    --brand-gradient-1: linear-gradient(0deg,rgba(255, 222, 0, 1) 0%,rgba(255, 208, 0, 1) 99.29577464788733%);
    --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: #dee6ed;
	--background-color-2: #b8c2cc;
	--background-color-3: #66737f;
	--background-color-4: #bdbfbb;
	--background-color-5: #9ea8b2;
    --background-color-6: #88929b;

	--text-color-1: #4a535c;
	--text-color-2: #30373d;
	--text-color-3: #20252b;
	--text-color-4: #ffffff;
}

:root[data-theme="dark"] {
	--brand-color-1: #ffde00;
	--brand-color-2: #ffde00;
	--brand-color-text : #313944;

    --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: #313944;
	--background-color-2: #313944;
	--background-color-3: #44505c;
	--background-color-4: #20262d;
	--background-color-5: #37434f;
    --background-color-6: #313944;

	--text-color-1: #FFFFFF;
	--text-color-2: #ffffff;
	--text-color-3: #ffffff;
	--text-color-4: #FFFFFF;
}