:root {
	--brand-color-1: #08b6fe;
	--brand-color-2: #08b6fe;
	--brand-color-text : #ffffff;

    --brand-gradient-1: linear-gradient(115deg,rgba(8, 182, 254, 1) 0%,rgba(125, 35, 255, 1) 100%);
    --brand-gradient-2: linear-gradient(115deg,rgba(8, 182, 254, 1) 0%,rgba(125, 35, 255, 1) 100%);
	
	--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: #1c2856;
	--background-color-2: #161e3d;
	--background-color-3: #192142;
	--background-color-4: #161e3d;
	--background-color-5: #1c2856;
    --background-color-6: #131b39;
	--text-color-1: #ffffff;
	--text-color-2: #ffffff;
	--text-color-3: #ffffff;
	--text-color-4: #ffffff;
	--font-family-1: 'Roboto', sans-serif;

	--modal-bg-color-1: #161e3d;
	--modal-bg-color-2: #1c2856;
	--modal-bg-color-3: #161e3d;
	--modal-bg-color-4: #ddea64;
	--modal-text-color-1: #ffffff;
	--modal-text-color-2: #ffffff;
	--modal-text-color-3: #ffffff;

	--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: #6c73d2ff;
	--brand-color-2: #2eb5ffff;
	--brand-color-text : #fbfbfb;

    --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: #273c6d;
	--background-color-2: #efeff0;
	--background-color-3: #f7f7fe;
	--background-color-4: #ffffff;
	--background-color-5: #2f353a;
    --background-color-6: #404248;

	--text-color-1: #2E3036;
	--text-color-2: #2c4e83;
	--text-color-3: #2c4e83;
	--text-color-4: #ffffff;

	--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: #08b6fe;
	--brand-color-2: #08b6fe;
	--brand-color-text : #ffffff;

    --brand-gradient-1: linear-gradient(115deg,rgba(8, 182, 254, 1) 0%,rgba(125, 35, 255, 1) 100%);
    --brand-gradient-2: linear-gradient(115deg,rgba(8, 182, 254, 1) 0%,rgba(125, 35, 255, 1) 100%);
    --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: #1c2856;
	--background-color-2: #161e3d;
	--background-color-3: #192142;
	--background-color-4: #161e3d;
	--background-color-5: #1c2856;
    --background-color-6: #131b39;

	--text-color-1: #ffffff;
	--text-color-2: #ffffff;
	--text-color-3: #ffffff;
	--text-color-4: #ffffff;
	
	--modal-bg-color-1: #161e3d;
	--modal-bg-color-2: #1c2856;
	--modal-bg-color-3: #ff2121;
	--modal-bg-color-4: #ddea64;

	--modal-text-color-1: #ffffff;
	--modal-text-color-2: #ffffff;
	--modal-text-color-3: #ffffff;
}