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

    --brand-color-text : #ffffff;
    --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: #15202d;
    --background-color-2: #1a2838;
    --background-color-3: #1f2f42;
    --background-color-4: #223449;
    --background-color-5: #253950;
    --background-color-6: #15202d;

    --text-color-1: #F3F4F5;
    --text-color-2: #EDEFF0;
    --text-color-3: #E0E2E5;
    --text-color-4: #CCD0D5;
    --font-family-1: 'Roboto',sans-serif;

    --modal-bg-color-1: #15202d;
	--modal-bg-color-2: #1a2838;
	--modal-bg-color-3: #263749;
	--modal-bg-color-4: #213347;

	--modal-text-color-1: #FFFFFF;
	--modal-text-color-2: #f3f4f5;
	--modal-text-color-3: #e0e1e2;

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

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

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

    --brand-color-text : #F9F9F9;
    --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: #F9F9F9;
    --background-color-2: #F1F1F1;
    --background-color-3: #EAEAEA;
    --background-color-4: #FCFCFF;
    --background-color-5: #F5F5F5;
    --background-color-6: #F9F9F9;

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

    --modal-bg-color-1: #ffffff;
	--modal-bg-color-2: #f4f4f4;
	--modal-bg-color-3: #e8e8e8;
	--modal-bg-color-4: #c7c7c7;

	--modal-text-color-1: #1a1a1a;
	--modal-text-color-2: #3d3d3d;
	--modal-text-color-3: #999999;
}
:root[data-theme="dark"] {
    --brand-color-1: #0072ed;
    --brand-color-2: #0072ed;
    --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: #15202d;
    --background-color-2: #1a2838;
    --background-color-3: #1f2f42;
    --background-color-4: #223449;
    --background-color-5: #253950;
    --background-color-6: #15202d;

    --text-color-1: #F3F4F5;
    --text-color-2: #EDEFF0;
    --text-color-3: #E0E2E5;
    --text-color-4: #CCD0D5;

    --modal-bg-color-1: #15202d;
	--modal-bg-color-2: #1a2838;
	--modal-bg-color-3: #263749;
	--modal-bg-color-4: #213347;

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