:root {
	--brand-color-1: rgb(42,105,156);
	--brand-color-2: rgb(203,24,24);
	--brand-color-text : rgb(255,255,255);

    --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: #023564;
	--background-color-2: #03427d;
	--background-color-3: #034f96;
	--background-color-4: #045daf;
	--background-color-5: #046ac8;
    --background-color-6: rgb(0,41,80);
	--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: #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: #CCCCCC;
	--modal-text-color-3: #999999;

	--btn-radius-top-left: 12px;
	--btn-radius-top-right: 12px;
	--btn-radius-bottom-left: 12px;
	--btn-radius-bottom-right: 12px;
 
	--input-radius-top-left: 12px;
	--input-radius-top-right: 12px;
	--input-radius-bottom-left: 12px;
	--input-radius-bottom-right: 12px;
 
	--odd-radius-top-left: 12px;
	--odd-radius-top-right: 12px;
	--odd-radius-bottom-left: 12px;
	--odd-radius-bottom-right: 12px;

	 /*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: rgb(42,105,156);
	--brand-color-2: rgb(204,24,24);
	--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: #ffffff;
	--background-color-2: rgb(215,215,215);
	--background-color-3: rgb(239,238,238);
	--background-color-4: #d9d9d9;
	--background-color-5: #cccccc;
    --background-color-6: rgb(228,228,228);

	--text-color-1: rgb(0,0,0);
	--text-color-2: rgb(47,58,69);
	--text-color-3: #a0a8af;
	--text-color-4: rgb(45,45,45);

	--modal-bg-color-1: #ffffff;
	--modal-bg-color-2: #f2f2f2;
	--modal-bg-color-3: #e6e6e6;
	--modal-bg-color-4: #d9d9d9;

	--modal-text-color-1: rgb(3,3,3);
	--modal-text-color-2: rgb(8,8,8);
	--modal-text-color-3: #999999;
}

:root[data-theme="dark"] {
	--brand-color-1: rgb(42,105,156);
	--brand-color-2: rgb(42,105,156);
	--brand-color-text : rgb(255,255,255);

    --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: #12141a;
	--background-color-2: #1c2029;
	--background-color-3: #272b38;
	--background-color-4: #313747;
	--background-color-5: #3c4256;
    --background-color-6: rgb(18,20,25);

	--text-color-1: #F3F4F5;
	--text-color-2: #EDEFF0;
	--text-color-3: #E0E2E5;
	--text-color-4: #CCD0D5;
	
	--modal-bg-color-1: rgb(18,20,26);
	--modal-bg-color-2: rgb(28,32,41);
	--modal-bg-color-3: #363638;
	--modal-bg-color-4: #434345;

	--modal-text-color-1: #FFFFFF;
	--modal-text-color-2: #CCCCCC;
	--modal-text-color-3: #999999;
}