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

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

    --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: #051525;
    --background-color-2: #091d32;
    --background-color-3: #051525;
    --background-color-4: #051525;
    --background-color-5: #051525;
    --background-color-6: #1c3044;

    --text-color-1: #ffffff;
    --text-color-2: #ffffff;
    --text-color-3: #ffffff;
    --text-color-4: #eceff1;
    --font-family-1: 'Open Sans', sans-serif;

    --modal-bg-color-1: #091d32;
	--modal-bg-color-2: #051525;
	--modal-bg-color-3: #051525;
	--modal-bg-color-4: #233c52;

	--modal-text-color-1: #f9f4f4;
	--modal-text-color-2: #ffffff;
	--modal-text-color-3: #eceff1;

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

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

    --odd-radius-top-left: 4px ;
    --odd-radius-top-right: 4px ;
    --odd-radius-bottom-left: 4px ;
    --odd-radius-bottom-right: 4px ;
    
    /*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;
}