:root {
	--brand-color-1: #ffffff;
	--brand-color-2: #ffffff;
	--brand-color-text : #1a1a1a;

    --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: #12141A;
	--background-color-2: #1A1D26;
	--background-color-3: #232733;
	--background-color-4: #2C3140;
	--background-color-5: #353B4D;
    --background-color-6: #12141A;
	--text-color-1: #B7AEAE;
	--text-color-2: #BFBFBF;
	--text-color-3: #cccccc;
	--text-color-4: #D9D9D9;
	--font-family-1: 'Roboto', sans-serif;

	/*Modal Background colors*/
	--modal-bg-color-1: #2C2D3A;
	--modal-bg-color-2: #363747;
	--modal-bg-color-3: #3B3D4F;
	--modal-bg-color-4: #48495A;
    
	/*Modal Text colors*/
	--modal-text-color-1: #FFFFFF;
	--modal-text-color-2: #CCCCCC;
	--modal-text-color-3: #999999;
	
	--btn-radius-top-left: 3px ;
	--btn-radius-top-right: 3px ;
	--btn-radius-bottom-left: 3px ;
	--btn-radius-bottom-right: 3px ;
 
	--input-radius-top-left: 3px ;
	--input-radius-top-right: 3px ;
	--input-radius-bottom-left: 3px ;
	--input-radius-bottom-right: 3px ;
 
	--odd-radius-top-left: 3px ;
	--odd-radius-top-right: 3px ;
	--odd-radius-bottom-left: 3px ;
	--odd-radius-bottom-right: 3px ;

	 /*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: #b70000;
	--brand-color-2: #c0f7c4;
	--brand-color-text : #1a1a1a;

    --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: #12141A;
	--background-color-2: #1A1D26;
	--background-color-3: #232733;
	--background-color-4: #2C3140;
	--background-color-5: #353B4D;
    --background-color-6: #12141A;

	--text-color-1: #B7AEAE;
	--text-color-2: #BFBFBF;
	--text-color-3: #cccccc;
	--text-color-4: #D9D9D9;
}

:root[data-theme="dark"] {
	--brand-color-1: #b70000;
	--brand-color-2: #c0f7c4;
	--brand-color-text : #1a1a1a;

    --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: #12141A;
	--background-color-2: #1A1D26;
	--background-color-3: #232733;
	--background-color-4: #2C3140;
	--background-color-5: #353B4D;
    --background-color-6: #12141A;

	--text-color-1: #B7AEAE;
	--text-color-2: #BFBFBF;
	--text-color-3: #cccccc;
	--text-color-4: #D9D9D9;
}