:root {
	--brand-color-1: #009999;
	--brand-color-2: #e0d470;
	--brand-color-text : #FBFBFB;

    --brand-gradient-1: none;
    --brand-gradient-2: 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: #000026;
	--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: Arial, Helvetica, sans-serif;

	--modal-bg-color-1: {modal-bg-color-1};
	--modal-bg-color-2: {modal-bg-color-2};
	--modal-bg-color-3: {modal-bg-color-3};
	--modal-bg-color-4: {modal-bg-color-4};
	--modal-text-color-1: {modal-text-color-1};
	--modal-text-color-2: {modal-text-color-2};
	--modal-text-color-3: {modal-text-color-3};

	--btn-radius-top-left: 10px ;
	--btn-radius-top-right: 10px ;
	--btn-radius-bottom-left: 10px ;
	--btn-radius-bottom-right: 10px ;
 
	--input-radius-top-left: 10px ;
	--input-radius-top-right: 10px ;
	--input-radius-bottom-left: 10px ;
	--input-radius-bottom-right: 10px ;
 
	--odd-radius-top-left: 10px ;
	--odd-radius-top-right: 10px ;
	--odd-radius-bottom-left: 10px ;
	--odd-radius-bottom-right: 10px ;

	 /*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: #06065b;
	--brand-color-2: #06065b;
	--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: #ffffff;
	--background-color-2: #f2f2f2;
	--background-color-3: #ededef;
	--background-color-4: #f2efef;
	--background-color-5: #eaeaea;
    --background-color-6: #bcb8b8;

	--text-color-1: #0c0256;
	--text-color-2: #9399a0;
	--text-color-3: #06065b;
	--text-color-4: #06065b;

	--modal-bg-color-1: #f1eff4;
	--modal-bg-color-2: #e4e0ea;
	--modal-bg-color-3: #d7d1df;
	--modal-bg-color-4: #c9c2d5;

	--modal-text-color-1: #000000;
	--modal-text-color-2: #000000;
	--modal-text-color-3: #000000;
}

:root[data-theme="dark"] {
	--brand-color-1: #078484;
	--brand-color-2: #c1b75e;
	--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: #08083a;
	--background-color-2: #0d0d30;
	--background-color-3: #1c1c41;
	--background-color-4: #08082f;
	--background-color-5: #11113b;
    --background-color-6: #040435;

	--text-color-1: #FFFFFF;
	--text-color-2: #ffffff;
	--text-color-3: #ffffff;
	--text-color-4: #FFFFFF;
	
	--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: #ffffff;
	--modal-text-color-3: #ffffff;
}