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

    --brand-color-text : #2F323A;
    --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: #2F323A;
    --background-color-2: #282B32;
    --background-color-3: #3F434E;
    --background-color-4: #454B57;
    --background-color-5: #4A505C;
    --background-color-6: #2F323A;

    --text-color-1: #F3F4F5;
    --text-color-2: #EDEFF0;
    --text-color-3: #E0E2E5;
    --text-color-4: #CCD0D5;
    --font-family-1: 'Ubuntu', 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: 8px ;
    --input-radius-top-right: 8px ;
    --input-radius-bottom-left: 8px ;
    --input-radius-bottom-right: 8px ;

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

    --brand-color-text : #ffffff;
    --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: #eef1f1;
    --background-color-2: #ffffff;
    --background-color-3: #f7f8f9;
    --background-color-4: #e1e7eb;
    --background-color-5: #eaeff2;
    --background-color-6: #f9f9f9;

    --text-color-1: #15202d;
    --text-color-2: #15202d;
    --text-color-3: #15202d;
    --text-color-4: #40464f;

    --modal-bg-color-1: #ffffff;
	--modal-bg-color-2: #f4f4f4;
	--modal-bg-color-3: #efefef;
	--modal-bg-color-4: #ededed;

	--modal-text-color-1: #2d2d2d;
	--modal-text-color-2: #2d2d2d;
	--modal-text-color-3: #3a3a3a;
}
:root[data-theme="dark"] {
    --brand-color-1: #ff474d;
    --brand-color-2: #ff474d;
    --brand-color-3: {brand-color-3-1};

    --brand-color-text : #ffffff;
    --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: #1e2124;
    --background-color-2: #151719;
    --background-color-3: #272b2f;
    --background-color-4: #2c3035;
    --background-color-5: #23262a;
    --background-color-6: #1d1f22;

    --text-color-1: #fafcff;
    --text-color-2: #f0f5fa;
    --text-color-3: #e1eaf4;
    --text-color-4: #d2e0ef;

    --modal-bg-color-1: #23262a;
	--modal-bg-color-2: #151719;
	--modal-bg-color-3: #151719;
	--modal-bg-color-4: #151719;

	--modal-text-color-1: #FFFFFF;
	--modal-text-color-2: #CCCCCC;
	--modal-text-color-3: #999999;
}