:root {
	--brand-color-1: #ffffff;
	--brand-color-2: #ffd504;
	--brand-color-text : #1c1f33;

    --brand-gradient-1: none;
    --brand-gradient-2: linear-gradient(0deg,rgba(255, 213, 4, 1) 0%,rgba(255, 213, 4, 1) 100%);
	
	--background-gradient-1: linear-gradient(0deg,rgba(28, 30, 51, 1) 0.214568661971831%,rgba(28, 30, 37, 1) 100%);
	--background-gradient-2: linear-gradient(0deg,rgba(15, 16, 30, 1) 0%,rgba(28, 30, 51, 1) 100%);
	--background-gradient-3: none;
	--background-gradient-4: linear-gradient(0deg,rgba(28, 30, 51, 1) 0%,rgba(6, 9, 33, 1) 100%);
	--background-gradient-5: none;
	--background-gradient-6: none;

	--background-color-1: #1c1e33;
	--background-color-2: #0f101e;
	--background-color-3: #ffd700;
	--background-color-4: #1c1e33;
	--background-color-5: #212342;
    --background-color-6: #1c1e33;
	--text-color-1: #ffffff;
	--text-color-2: #ffffff;
	--text-color-3: #ffd700;
	--text-color-4: #ffffff;
	--font-family-1: 'Roboto', sans-serif;

	--modal-bg-color-1: #1c1f33;
	--modal-bg-color-2: #1d1e29;
	--modal-bg-color-3: #212333;
	--modal-bg-color-4: #191c33;
	--modal-text-color-1: #ffffff;
	--modal-text-color-2: #ffd504;
	--modal-text-color-3: #ffffff;

	--btn-radius-top-left: 20px ;
	--btn-radius-top-right: 20px ;
	--btn-radius-bottom-left: 20px ;
	--btn-radius-bottom-right: 20px ;
 
	--input-radius-top-left: 20px;
	--input-radius-top-right: 20px;
	--input-radius-bottom-left: 20px;
	--input-radius-bottom-right: 20px;
 
	--odd-radius-top-left: 20px ;
	--odd-radius-top-right: 20px ;
	--odd-radius-bottom-left: 20px ;
	--odd-radius-bottom-right: 20px ;

	 /*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: #967FFD;
	--brand-color-2: #7A71EB;
	--brand-color-text : #fbfbfb;

    --brand-gradient-1: none;
    --brand-gradient-2: linear-gradient(#967FFD, #FA7EFA);
    --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: #f7f7fe;
	--background-color-3: #f7f7fe;
	--background-color-4: #ffffff;
	--background-color-5: #EBEBFD;
    --background-color-6: #404248;

	--text-color-1: #2E3036;
	--text-color-2: #818285;
	--text-color-3: #94969e;
	--text-color-4: #818285;

	--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: #967FFD;
	--brand-color-2: #7A71EB;
	--brand-color-text : #fbfbfb;

    --brand-gradient-1: none;
    --brand-gradient-2: linear-gradient(#967FFD, #FA7EFA);
    --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: #3c383f;
	--background-color-2: #2c292d;
	--background-color-3: #4b4451;
	--background-color-4: #3c383f;
	--background-color-5: #423c47;
    --background-color-6: #f7f7f7;

	--text-color-1: #ffffff;
	--text-color-2: #efefef;
	--text-color-3: #969696;
	--text-color-4: #fcfcfc;
	
	--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;
}