:root {
	--brand-color-1: rgb(168,0,0);
	--brand-color-2: rgb(255,255,255);
	--brand-color-text : rgb(0,0,0);

    --brand-gradient-1: none;
    --brand-gradient-2: none;
	
	--background-gradient-1: linear-gradient(90deg, rgb(230,0,0) 0%, rgb(230,0,0) 46%, rgb(230,0,0) 100%);
	--background-gradient-2: none;
	--background-gradient-3: none;
	--background-gradient-4: none;
	--background-gradient-5: none;
	--background-gradient-6: none;

	--background-color-1: linear-gradient(90deg, rgb(230,0,0) 0%, rgb(230,0,0) 46%, rgb(230,0,0) 100%);
	--background-color-2: rgb(168,0,0);
	--background-color-3: rgb(252,252,252);
	--background-color-4: rgb(245,181,34);
	--background-color-5: rgb(245,181,34);
    --background-color-6: rgb(255,255,255);
	--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,255,255);
	--font-family-1: 'Roboto',sans-serif;

	--modal-bg-color-1: #e60000;
	--modal-bg-color-2: rgb(255,255,255);
	--modal-bg-color-3: #ff1a1a;
	--modal-bg-color-4: #ff3434;
	--modal-text-color-1: rgb(255,215,0);
	--modal-text-color-2: rgb(0,0,0);
	--modal-text-color-3: rgb(0,0,0);

	--btn-radius-top-left: 10px ;
	--btn-radius-top-right: 10px ;
	--btn-radius-bottom-left: 10px ;
	--btn-radius-bottom-right: 0px ;
 
	--input-radius-top-left: 10px ;
	--input-radius-top-right: 10px ;
	--input-radius-bottom-left: 10px ;
	--input-radius-bottom-right: 0px ;
 
	--odd-radius-top-left: 10px ;
	--odd-radius-top-right: 10px ;
	--odd-radius-bottom-left: 10px ;
	--odd-radius-bottom-right: 0px ;

	 /*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(168,0,0);
	--brand-color-2: rgb(255,255,255);
	--brand-color-text : rgb(0,0,0);

    --brand-gradient-1: none;
    --brand-gradient-2: none;
    --brand-gradient-3: {brand-gradient-3-2};
	
	--background-gradient-1: linear-gradient(90deg, rgb(230,0,0) 0%, rgb(230,0,0) 46%, rgb(230,0,0) 100%);
	--background-gradient-2: none;
	--background-gradient-3: none;
	--background-gradient-4: none;
	--background-gradient-5: none;
	--background-gradient-6: none;

	--background-color-1: linear-gradient(90deg, rgb(230,0,0) 0%, rgb(230,0,0) 46%, rgb(230,0,0) 100%);
	--background-color-2: rgb(168,0,0);
	--background-color-3: rgb(252,252,252);
	--background-color-4: rgb(245,181,34);
	--background-color-5: rgb(245,181,34);
    --background-color-6: rgb(255,255,255);

	--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,255,255);

	--modal-bg-color-1: #e60000;
	--modal-bg-color-2: rgb(255,255,255);
	--modal-bg-color-3: #ff1a1a;
	--modal-bg-color-4: #ff3434;

	--modal-text-color-1: rgb(255,215,0);
	--modal-text-color-2: rgb(0,0,0);
	--modal-text-color-3: rgb(0,0,0);
}

:root[data-theme="dark"] {
	--brand-color-1: rgb(251,204,1);
	--brand-color-2: rgb(245,181,34);
	--brand-color-text : rgb(0,46,107);

    --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: rgba(0,84,158,0.72);
	--background-color-2: rgb(1,80,140);
	--background-color-3: rgb(255,255,255);
	--background-color-4: rgb(33,55,95);
	--background-color-5: rgb(39,66,114);
    --background-color-6: rgb(45,77,133);

	--text-color-1: rgb(251,251,251);
	--text-color-2: rgb(251,251,251);
	--text-color-3: rgb(239,239,239);
	--text-color-4: rgb(251,251,251);
	
	--modal-bg-color-1: #002e6b;
	--modal-bg-color-2: #003985;
	--modal-bg-color-3: #00449e;
	--modal-bg-color-4: #004fb8;

	--modal-text-color-1: #FFFFFF;
	--modal-text-color-2: #CCCCCC;
	--modal-text-color-3: #999999;
}