:root {
    --brand-color-1: #00ff86;
    --brand-color-2: #00ff86;
    --brand-color-3: {brand-color-3};

    --brand-color-text : #102b33;
    --brand-gradient-1: none;
    --brand-gradient-2: none;
    --brand-gradient-3: {brand-gradient-3};

    --background-gradient-1: linear-gradient(164deg,rgba(16, 43, 51, 1) 100%,rgba(255, 1, 1, 1) 100%);
    --background-gradient-2: linear-gradient(90deg,rgba(21, 35, 40, 1) 100%,rgba(255, 1, 1, 1) 100%);
    --background-gradient-3: linear-gradient(90deg,rgba(16, 43, 51, 1) 100%,rgba(255, 1, 1, 1) 100%);
    --background-gradient-4: none;
    --background-gradient-5: none;
    --background-gradient-6: linear-gradient(83deg,rgba(19, 26, 34, 1) 100%,rgba(255, 1, 1, 1) 100%);

    --background-color-1: #102b33;
    --background-color-2: #152328;
    --background-color-3: #102b33;
    --background-color-4: #16363f;
    --background-color-5: #102b33;
    --background-color-6: #131a22;

    --text-color-1: #FFFFFF;
    --text-color-2: #e8e8e8;
    --text-color-3: #e2e2e2;
    --text-color-4: #FFFFFF;
    --font-family-1: Trebuchet MS, Helvetica, sans-serif;

    --modal-bg-color-1: #102b33;
	--modal-bg-color-2: #152328;
	--modal-bg-color-3: #102b33;
	--modal-bg-color-4: #1d2329;

	--modal-text-color-1: #e2e2e2;
	--modal-text-color-2: #e0e0e0;
	--modal-text-color-3: #f4f4f4;

    --btn-radius-top-left: 20px ;
    --btn-radius-top-right: 20px ;
    --btn-radius-bottom-left: 20px ;
    --btn-radius-bottom-right: 20px ;

    --input-radius-top-left: 20px ;
    --input-radius-top-right: 20px ;
    --input-radius-bottom-left: 20px ;
    --input-radius-bottom-right: 20px ;

    --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: {brand-color-1-2};
    --brand-color-2: {brand-color-2-2};
    --brand-color-3: {brand-color-3-2};

    --brand-color-text : {brand-color-text-2};
    --brand-gradient-1: {brand-gradient-1-2};
    --brand-gradient-2: {brand-gradient-2-2};
    --brand-gradient-3: {brand-gradient-3-2};

    --background-gradient-1: {background-gradient-1-2};
    --background-gradient-2: {background-gradient-2-2};
    --background-gradient-3: {background-gradient-3-2};
    --background-gradient-4: {background-gradient-4-2};
    --background-gradient-5: {background-gradient-5-2};
    --background-gradient-6: {background-gradient-6-2};

    --background-color-1: {background-color-1-2};
    --background-color-2: {background-color-2-2};
    --background-color-3: {background-color-3-2};
    --background-color-4: {background-color-4-2};
    --background-color-5: {background-color-5-2};
    --background-color-6: {background-color-6-2};

    --text-color-1: {text-color-1-2};
    --text-color-2: {text-color-2-2};
    --text-color-3: {text-color-3-2};
    --text-color-4: {text-color-4-2};

    --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: {brand-color-1-1};
    --brand-color-2: {brand-color-2-1};
    --brand-color-3: {brand-color-3-1};

    --brand-color-text : {brand-color-text-1};
    --brand-gradient-1: {brand-gradient-1-1};
    --brand-gradient-2: {brand-gradient-2-1};
    --brand-gradient-3: {brand-gradient-3-1};

    --background-gradient-1: {background-gradient-1-1};
    --background-gradient-2: {background-gradient-2-1};
    --background-gradient-3: {background-gradient-3-1};
    --background-gradient-4: {background-gradient-4-1};
    --background-gradient-5: {background-gradient-5-1};
    --background-gradient-6: {background-gradient-6-1};

    --background-color-1: {background-color-1-1};
    --background-color-2: {background-color-2-1};
    --background-color-3: {background-color-3-1};
    --background-color-4: {background-color-4-1};
    --background-color-5: {background-color-5-1};
    --background-color-6: {background-color-6-1};

    --text-color-1: {text-color-1-1};
    --text-color-2: {text-color-2-1};
    --text-color-3: {text-color-3-1};
    --text-color-4: {text-color-4-1};

    --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;
}