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

    --brand-color-text : #000000;
    --brand-gradient-1: none;
    --brand-gradient-2: linear-gradient(106deg,rgba(171, 255, 76, 1) 100%,rgba(12, 211, 191, 1) 100%);
    --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: #010c32;
    --background-color-2: #0f1a47;
    --background-color-3: #0e152d;
    --background-color-4: #112256;
    --background-color-5: #0a184f;
    --background-color-6: #060c23;

    --text-color-1: #FFFFFF;
    --text-color-2: #CCCCCC;
    --text-color-3: #B3B3B3;
    --text-color-4: #FFFFFF;
    --font-family-1: 'Roboto', sans-serif;

    --modal-bg-color-1: #010c32;
	--modal-bg-color-2: #0f1a47;
	--modal-bg-color-3: #0e152d;
	--modal-bg-color-4: #112256;

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

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

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

    --odd-radius-top-left: 2px ;
    --odd-radius-top-right: 2px ;
    --odd-radius-bottom-left: 2px ;
    --odd-radius-bottom-right: 2px ;
    
    /*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: #0075e2;
    --brand-color-2: #00899b;
    --brand-color-3: {brand-color-3-2};

    --brand-color-text : #FBFBFB;
    --brand-gradient-1: none;
    --brand-gradient-2: linear-gradient(0deg,rgba(0, 137, 155, 1) 0%,rgba(0, 69, 181, 1) 100%);
    --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: #ffffff;
    --background-color-2: #f2f2f2;
    --background-color-3: #e6e6e6;
    --background-color-4: #d9d9d9;
    --background-color-5: #cccccc;
    --background-color-6: #bfbfbf;

    --text-color-1: #3d4044;
    --text-color-2: #60a0ff;
    --text-color-3: #0050c6;
    --text-color-4: #003b93;

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

    --brand-color-text : #000000;
    --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: #191919;
    --background-color-2: #070707;
    --background-color-3: #222526;
    --background-color-4: #2a2a2b;
    --background-color-5: #444444;
    --background-color-6: #161616;

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

    --modal-bg-color-1: #191919;
	--modal-bg-color-2: #232323;
	--modal-bg-color-3: #212121;
	--modal-bg-color-4: #1e1d1d;

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