:root {
	--brand-color-1: rgb(244,205,0);
	--brand-color-2: rgb(244,205,0);
	--brand-color-text : #FBFBFB;

    --brand-gradient-1: none;
    --brand-gradient-2: none;
	
	--background-gradient-1: none;
	--background-gradient-2: linear-gradient(90deg, rgb(211,255,232) 0%, rgb(255,255,255) 0%, rgb(254,254,254) 72%, rgb(254,254,254) 100%, rgb(255,255,255) 100%);
	--background-gradient-3: none;
	--background-gradient-4: none;
	--background-gradient-5: none;
	--background-gradient-6: none;

	--background-color-1: #00803e;
	--background-color-2: linear-gradient(90deg, rgb(211,255,232) 0%, rgb(255,255,255) 0%, rgb(254,254,254) 72%, rgb(254,254,254) 100%, rgb(255,255,255) 100%);
	--background-color-3: rgb(237,253,246);
	--background-color-4: rgb(255,255,255);
	--background-color-5: rgb(255,255,255);
    --background-color-6: rgb(255,255,255);
	--text-color-1: rgb(0,0,0);
	--text-color-2: rgb(3,3,3);
	--text-color-3: rgb(0,0,0);
	--text-color-4: rgb(255,255,255);
	--font-family-1: 'Ubuntu', sans-serif;

	--modal-bg-color-1: #f5b500;
	--modal-bg-color-2: #fbcc00;
	--modal-bg-color-3: #e2e2e2;
	--modal-bg-color-4: #d5d5d5;
	--modal-text-color-1: #002f6c;
	--modal-text-color-2: #002f6c;
	--modal-text-color-3: #002f6c;

	--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: rgb(0,128,62);
	--brand-color-2: rgb(0,128,62);
	--brand-color-text : rgb(26,43,74);

    --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: rgba(255,255,255,0.84);
	--background-color-2: rgb(242,242,242);
	--background-color-3: rgb(26,43,74);
	--background-color-4: rgb(26,43,74);
	--background-color-5: #cccccc;
    --background-color-6: rgb(0,128,62);

	--text-color-1: rgb(0,128,62);
	--text-color-2: rgb(0,128,62);
	--text-color-3: rgb(0,128,62);
	--text-color-4: rgb(26,43,74);

	--modal-bg-color-1: rgba(255,255,255,0.55);
	--modal-bg-color-2: rgba(242,242,242,0.55);
	--modal-bg-color-3: #e6e6e6;
	--modal-bg-color-4: #d9d9d9;

	--modal-text-color-1: rgb(30,94,61);
	--modal-text-color-2: rgb(26,43,61);
	--modal-text-color-3: rgb(26,43,58);
}

:root[data-theme="dark"] {
	--brand-color-1: rgb(255,255,255);
	--brand-color-2: rgb(255,255,255);
	--brand-color-text : rgb(26,43,74);

    --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: linear-gradient(90deg, rgb(255,228,91) 0%, rgb(226,211,135) 46%, rgb(255,228,91) 100%);
	--background-gradient-6: linear-gradient(90deg, rgb(255,228,91) 0%, rgb(250,235,160) 45%, rgb(255,228,91) 100%);

	--background-color-1: rgba(1,128,62,0.85);
	--background-color-2: rgb(26,43,74);
	--background-color-3: rgb(26,43,74);
	--background-color-4: rgb(255,255,255);
	--background-color-5: linear-gradient(90deg, rgb(255,228,91) 0%, rgb(226,211,135) 46%, rgb(255,228,91) 100%);
    --background-color-6: linear-gradient(90deg, rgb(255,228,91) 0%, rgb(250,235,160) 45%, rgb(255,228,91) 100%);

	--text-color-1: rgb(255,255,255);
	--text-color-2: rgb(255,255,255);
	--text-color-3: rgb(255,255,255);
	--text-color-4: rgb(255,228,91);
	
	--modal-bg-color-1: rgba(26,43,61,0.66);
	--modal-bg-color-2: rgba(34,56,79,0.65);
	--modal-bg-color-3: rgb(41,68,97);
	--modal-bg-color-4: rgb(49,81,115);

	--modal-text-color-1: #ffffff;
	--modal-text-color-2: #cccccc;
	--modal-text-color-3: #b3b3b3;
}