:root {
	--brand-color-1: #72b9d4;
	--brand-color-2: #72b9d4;
	--brand-color-text : #ffffff;

    --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: #002735;
	--background-color-2: #046689;
	--background-color-3: #026589;
	--background-color-4: #000b0f;
	--background-color-5: #003649;
    --background-color-6: #044d68;
	--text-color-1: #FFFFFF;
	--text-color-2: #d4d9db;
	--text-color-3: #f4f4f4;
	--text-color-4: #FFFFFF;
	--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: 16px ;
	--input-radius-top-right: 16px ;
	--input-radius-bottom-left: 16px ;
	--input-radius-bottom-right: 16px ;
 
	--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(11, 120, 157);
	--brand-color-2: rgb(29, 139, 139);
	--brand-color-text : rgb(251, 251, 251);

    --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: #f7fafd;
	--background-color-2: #f5f5f7;
	--background-color-3: #f2f4f7;
	--background-color-4: #ffffff;
	--background-color-5: #fafafb;
    --background-color-6: #efeff1;

	--text-color-1: rgb(15, 9, 9);
	--text-color-2: rgb(54, 54, 92);
	--text-color-3: rgb(34, 34, 85);
	--text-color-4: rgb(52, 74, 74);

	--modal-bg-color-1: #ffffff;
	--modal-bg-color-2: #f7f7f7;
	--modal-bg-color-3: rgb(255, 255, 255);
	--modal-bg-color-4: rgb(239, 239, 239);

	--modal-text-color-1: rgb(49, 41, 41);
	--modal-text-color-2: rgb(32, 73, 185);
	--modal-text-color-3: rgb(55, 55, 127);
}

:root[data-theme="dark"] {
	--brand-color-1: rgb(66, 209, 103);
	--brand-color-2: #2db6e8;
	--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: rgb(43, 48, 55);
	--background-color-2: rgb(63, 68, 79);
	--background-color-3: rgb(58, 69, 82);
	--background-color-4: rgb(70, 74, 79);
	--background-color-5: rgb(68, 72, 81);
    --background-color-6: rgb(64, 70, 78);

	--text-color-1: rgb(241, 243, 246);
	--text-color-2: rgb(255, 255, 255);
	--text-color-3: rgb(248, 248, 248);
	--text-color-4: rgb(245, 246, 247);
	
	--modal-bg-color-1: #1b232e;
	--modal-bg-color-2: #232c38;
	--modal-bg-color-3: #2e3744;
	--modal-bg-color-4: #242c35;

	--modal-text-color-1: #f9f7f7;
	--modal-text-color-2: #f9fbff;
	--modal-text-color-3: #b3b5b7;
}