:root {
    --brand-color-1: #11ffaf;
    --brand-color-2: #ffffff;
    --brand-color-3: {brand-color-3};

    --brand-color-text : #fbfbfb;
    --brand-gradient-1: none;
    --brand-gradient-2: none;
    --brand-gradient-3: none;

    --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: #006636;
    --background-color-2: #f7f7fe;
    --background-color-3: #f7f7fe;
    --background-color-4: #ffffff;
    --background-color-5: #EBEBFD;
    --background-color-6: #404248;

    --text-color-1: #ffffff;
    --text-color-2: #ffe404;
    --text-color-3: #006636;
    --text-color-4: #818285;
    --font-family-1: 'Roboto',sans-serif;

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

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

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

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

    --brand-color-text : #065e35;
    --brand-gradient-1: none;
    --brand-gradient-2: none;
    --brand-gradient-3: none;

    --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: #135637;
    --background-color-2: #186b44;
    --background-color-3: #1c8052;
    --background-color-4: #21955f;
    --background-color-5: #25aa6c;
    --background-color-6: #126b41;

    --text-color-1: #ffffff;
    --text-color-2: #f2da07;
    --text-color-3: #ffffff;
    --text-color-4: #ffffff;

    --modal-bg-color-1: #006636;
	--modal-bg-color-2: #00a357;
	--modal-bg-color-3: #006636;
	--modal-bg-color-4: #5b5b5b;

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

    --brand-color-text : #000000;
    --brand-gradient-1: none;
    --brand-gradient-2: none;
    --brand-gradient-3: none;

    --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: #000000;
    --background-color-2: #000000;
    --background-color-3: #ffffff;
    --background-color-4: #ffffff;
    --background-color-5: #ffffff;
    --background-color-6: #000000;

    --text-color-1: #ffffff;
    --text-color-2: #ffffff;
    --text-color-3: #ffffff;
    --text-color-4: #ffffff;

    --modal-bg-color-1: #000000;
	--modal-bg-color-2: #6d6d6d;
	--modal-bg-color-3: #1c1c1c;
	--modal-bg-color-4: #1c1c1c;

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