:root {
	--brand-color-1: #078c2a;
	--brand-color-2: #8c0707;
	--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: linear-gradient(0deg,rgba(226, 222, 222, 0.97) 48.80611795774648%,rgba(153, 153, 153, 1) 100%);

	--background-color-1: #ffffff;
	--background-color-2: #f9fafb;
	--background-color-3: #f4f4f4;
	--background-color-4: #f4f4f4;
	--background-color-5: #f4f4f4;
    --background-color-6: #e2dede;
	--text-color-1: #003d0a;
	--text-color-2: #8c0707;
	--text-color-3: #8c0707;
	--text-color-4: #8c0707;
	--font-family-1: 'Roboto',sans-serif;

	--modal-bg-color-1: #ffffff;
	--modal-bg-color-2: #f9fafb;
	--modal-bg-color-3: #fcfcfc;
	--modal-bg-color-4: #8c0707;
	--modal-text-color-1: #8c0707;
	--modal-text-color-2: #8c0707;
	--modal-text-color-3: #8c0707;

	--btn-radius-top-left: 6px ;
	--btn-radius-top-right: 6px ;
	--btn-radius-bottom-left: 6px ;
	--btn-radius-bottom-right: 6px ;
 
	--input-radius-top-left: 3px ;
	--input-radius-top-right: 3px ;
	--input-radius-bottom-left: 3px ;
	--input-radius-bottom-right: 3px ;
 
	--odd-radius-top-left: 6px ;
	--odd-radius-top-right: 6px ;
	--odd-radius-bottom-left: 6px ;
	--odd-radius-bottom-right: 6px ;

	 /*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: #0a9c34;
	--brand-color-2: #892b25;
	--brand-color-text : #fcfcfc;

    --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: linear-gradient(0deg,rgba(226, 222, 222, 0.97) 48.80611795774648%,rgba(153, 153, 153, 1) 100%);

	--background-color-1: #ffffff;
	--background-color-2: #f5f5f5;
	--background-color-3: #eceff1;
	--background-color-4: #fafafa;
	--background-color-5: #e0e0e0;
    --background-color-6: #e2dede;

	--text-color-1: #243a6f;
	--text-color-2: #243a6f;
	--text-color-3: #6e6e6e;
	--text-color-4: #152344;

	--modal-bg-color-1: #ffffff;
	--modal-bg-color-2: #f9fafb;
	--modal-bg-color-3: #fcfcfc;
	--modal-bg-color-4: #dff704;

	--modal-text-color-1: #152344;
	--modal-text-color-2: #152344;
	--modal-text-color-3: #511b43;
}

:root[data-theme="dark"] {
	--brand-color-1: #33c55a;
	--brand-color-2: #33c55a;
	--brand-color-text : #d7dce2;

    --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: linear-gradient(0deg,rgba(0, 12, 25, 1) 0%,rgba(47, 76, 109, 1) 92.11597711267606%);

	--background-color-1: #000c19;
	--background-color-2: #0d1a2b;
	--background-color-3: #142538;
	--background-color-4: #0a1624;
	--background-color-5: #1e2f44;
    --background-color-6: #000c19;

	--text-color-1: #ffffff;
	--text-color-2: #f2f4f2;
	--text-color-3: #e1e5ea;
	--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: #CCCCCC;
	--modal-text-color-3: #999999;
}