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

    --brand-color-text : #FBFBFB;
    --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: #f2f2f2;
    --background-color-2: #b3b5b5;
    --background-color-3: #ffffff;
    --background-color-4: #b8baba;
    --background-color-5: #ffffff;
    --background-color-6: #efefef;

    --text-color-1: #000000;
    --text-color-2: #1c1313;
    --text-color-3: #0f0d0d;
    --text-color-4: #000000;
    --font-family-1: 'Roboto',sans-serif;

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

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

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

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

    --brand-color-text : #FBFBFB;
    --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: #f2f2f2;
    --background-color-2: #e1e5ea;
    --background-color-3: #ffffff;
    --background-color-4: #b8baba;
    --background-color-5: #ffffff;
    --background-color-6: #efefef;

    --text-color-1: #020202;
    --text-color-2: #1c1313;
    --text-color-3: #0f0d0d;
    --text-color-4: #000000;

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

    --brand-color-text : #FBFBFB;
    --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: #2c2d30;
    --background-color-2: #343e46;
    --background-color-3: #343e46;
    --background-color-4: #31373d;
    --background-color-5: #23292f;
    --background-color-6: #262d33;

    --text-color-1: #FFFFFF;
    --text-color-2: #CCCCCC;
    --text-color-3: #B3B3B3;
    --text-color-4: #FFFFFF;

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