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

    --brand-color-text : #0f1417;
    --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: #11171a;
    --background-color-2: #171f24;
    --background-color-3: #12191d;
    --background-color-4: #1b2429;
    --background-color-5: #11171a;
    --background-color-6: #0e1417;

    --text-color-1: #f6f6f6;
    --text-color-2: #d3ddde;
    --text-color-3: #c3cecf;
    --text-color-4: #f6f6f6;
    --font-family-1: 'Roboto',sans-serif;

    --modal-bg-color-1: #303030;
	--modal-bg-color-2: #3e3e3e;
	--modal-bg-color-3: #3a3737;
	--modal-bg-color-4: #515151;

	--modal-text-color-1: #FFFFFF;
	--modal-text-color-2: #bcb5b1;
	--modal-text-color-3: #dad3d0;

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

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

    --odd-radius-top-left: 6px ;
    --odd-radius-top-right: 6px ;
    --odd-radius-bottom-left: 6px ;
    --odd-radius-bottom-right: 6px ;
    
    /*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: #5758ca;
    --brand-color-2: #5758ca;
    --brand-color-3: {brand-color-3-2};

    --brand-color-text : #f6f6f6;
    --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: #f6f6f6;
    --background-color-2: #e8eced;
    --background-color-3: #e8e8e8;
    --background-color-4: #bed0d1;
    --background-color-5: #f6f6f6;
    --background-color-6: #f9f9f9;

    --text-color-1: #141b1f;
    --text-color-2: #233036;
    --text-color-3: #32454d;
    --text-color-4: #233036;

    --modal-bg-color-1: #fefefe;
	--modal-bg-color-2: #f4f4f4;
	--modal-bg-color-3: #f6f7fa;
	--modal-bg-color-4: #e8eced;

	--modal-text-color-1: #343434;
	--modal-text-color-2: #696969;
	--modal-text-color-3: #505050;
}
:root[data-theme="dark"] {
    --brand-color-1: #11e94e;
    --brand-color-2: #11e94e;
    --brand-color-3: {brand-color-3-1};

    --brand-color-text : #0f1417;
    --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: #11171a;
    --background-color-2: #171f24;
    --background-color-3: #12191d;
    --background-color-4: #1b2429;
    --background-color-5: #11171a;
    --background-color-6: #0e1417;

    --text-color-1: #f6f6f6;
    --text-color-2: #d3ddde;
    --text-color-3: #c3cecf;
    --text-color-4: #f6f6f6;

    --modal-bg-color-1: #303030;
	--modal-bg-color-2: #3e3e3e;
	--modal-bg-color-3: #3a3737;
	--modal-bg-color-4: #515151;

	--modal-text-color-1: #FFFFFF;
	--modal-text-color-2: #bcb5b1;
	--modal-text-color-3: #dad3d0;
}