:root {
    --brand-color-1: #7ce1fe;
    --brand-color-2: #f81b5d;
    --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: linear-gradient(0deg,rgba(12, 12, 51, 1) 0%,rgba(51, 51, 214, 0.5) 98.80336707746478%);
    --background-gradient-2: none;
    --background-gradient-3: none;
    --background-gradient-4: none;
    --background-gradient-5: none;
    --background-gradient-6: none;

    --background-color-1: #0c0c33;
    --background-color-2: #0c0c33;
    --background-color-3: #1c1c41;
    --background-color-4: #08082f;
    --background-color-5: #11113b;
    --background-color-6: #000026;

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

    --modal-bg-color-1: #023a81;
	--modal-bg-color-2: #001d42;
	--modal-bg-color-3: #2a2b3a;
	--modal-bg-color-4: #003949;

	--modal-text-color-1: #FFFFFF;
	--modal-text-color-2: #ffffff;
	--modal-text-color-3: #ffffff;

    --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: rgb(248,27,93);
    --brand-color-2: rgb(124,225,254);
    --brand-color-3: {brand-color-3-2};

    --brand-color-text : rgb(44,103,177);
    --brand-gradient-1: none;
    --brand-gradient-2: none;
    --brand-gradient-3: {brand-gradient-3-2};

    --background-gradient-1: linear-gradient(90deg, rgb(28,55,121) 0%, rgb(69,95,160) 100%);
    --background-gradient-2: none;
    --background-gradient-3: none;
    --background-gradient-4: none;
    --background-gradient-5: none;
    --background-gradient-6: linear-gradient(187deg,rgba(0, 0, 48, 0.09) 0%,rgba(0, 0, 48, 0.09) 0%,rgba(3, 105, 235, 1) 100%);

    --background-color-1: linear-gradient(90deg, rgb(28,55,121) 0%, rgb(69,95,160) 100%);
    --background-color-2: #e5f2ff;
    --background-color-3: #ffffff;
    --background-color-4: #ffffff;
    --background-color-5: rgb(191,213,240);
    --background-color-6: #000030;

    --text-color-1: rgb(255,255,255);
    --text-color-2: rgb(143,202,248);
    --text-color-3: rgb(95,139,197);
    --text-color-4: rgb(255,255,255);

    --modal-bg-color-1: #1a65c3;
	--modal-bg-color-2: rgb(22,71,133);
	--modal-bg-color-3: rgb(28,29,42);
	--modal-bg-color-4: rgb(0,29,73);

	--modal-text-color-1: rgb(161,214,255);
	--modal-text-color-2: rgb(255,255,255);
	--modal-text-color-3: rgb(255,255,255);
}
:root[data-theme="dark"] {
    --brand-color-1: #7ce1fe;
    --brand-color-2: #f81b5d;
    --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: linear-gradient(90deg, rgb(0,29,66) 0%, rgb(46,66,145) 100%);
    --background-gradient-2: none;
    --background-gradient-3: none;
    --background-gradient-4: none;
    --background-gradient-5: none;
    --background-gradient-6: none;

    --background-color-1: linear-gradient(90deg, rgb(0,29,66) 0%, rgb(46,66,145) 100%);
    --background-color-2: rgb(0,29,79);
    --background-color-3: rgb(28,28,65);
    --background-color-4: #08082f;
    --background-color-5: #1a65c3;
    --background-color-6: #090923;

    --text-color-1: #FFFFFF;
    --text-color-2: #e2fbff;
    --text-color-3: #cccfe7;
    --text-color-4: rgb(211,239,255);

    --modal-bg-color-1: #023a81;
	--modal-bg-color-2: #001d42;
	--modal-bg-color-3: #2a2b3a;
	--modal-bg-color-4: #001d49;

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