:root {
	--brand-color-1: rgb(255,183,0);
	--brand-color-2: rgb(255,255,255);
	--brand-color-text : #fbfbfb;

    --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: rgb(16,97,100);
	--background-color-2: rgb(0,65,76);
	--background-color-3: rgb(61,61,61);
	--background-color-4: rgb(0,0,0);
	--background-color-5: rgb(0,0,0);
    --background-color-6: rgb(0,0,0);
	--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: 'Ubuntu', sans-serif;

	--modal-bg-color-1: rgb(0,65,76);
	--modal-bg-color-2: rgb(0,0,0);
	--modal-bg-color-3: rgb(0,0,0);
	--modal-bg-color-4: rgb(0,0,0);
	--modal-text-color-1: #ffffff;
	--modal-text-color-2: #ffffff;
	--modal-text-color-3: #d8d8d8;

	--btn-radius-top-left: 8px ;
	--btn-radius-top-right: 8px ;
	--btn-radius-bottom-left: 8px ;
	--btn-radius-bottom-right: 8px ;
 
	--input-radius-top-left: 8px ;
	--input-radius-top-right: 8px ;
	--input-radius-bottom-left: 8px ;
	--input-radius-bottom-right: 8px ;
 
	--odd-radius-top-left: 8px ;
	--odd-radius-top-right: 8px ;
	--odd-radius-bottom-left: 8px ;
	--odd-radius-bottom-right: 8px ;

	 /*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(255,243,121);
	--brand-color-2: #ffffff;
	--brand-color-text : #000000;

    --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: rgb(33,38,14);
	--background-color-2: rgb(41,48,8);
	--background-color-3: rgb(41,48,8);
	--background-color-4: rgb(41,48,9);
	--background-color-5: rgb(26,29,15);
    --background-color-6: rgb(33,38,14);

	--text-color-1: #ffffff;
	--text-color-2: #a8a8a8;
	--text-color-3: #c1c1c1;
	--text-color-4: #818285;

	--modal-bg-color-1: rgb(32,38,9);
	--modal-bg-color-2: rgb(41,48,8);
	--modal-bg-color-3: rgb(26,29,15);
	--modal-bg-color-4: rgb(42,45,26);

	--modal-text-color-1: #ffffff;
	--modal-text-color-2: #ffffff;
	--modal-text-color-3: #d8d8d8;
}

:root[data-theme="dark"] {
	--brand-color-1: #967FFD;
	--brand-color-2: #7A71EB;
	--brand-color-text : #fbfbfb;

    --brand-gradient-1: none;
    --brand-gradient-2: linear-gradient(#967FFD, #FA7EFA);
    --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: #3c383f;
	--background-color-2: #2c292d;
	--background-color-3: #4b4451;
	--background-color-4: #3c383f;
	--background-color-5: #423c47;
    --background-color-6: #f7f7f7;

	--text-color-1: #ffffff;
	--text-color-2: #efefef;
	--text-color-3: #969696;
	--text-color-4: #fcfcfc;
	
	--modal-bg-color-1: #FFFFFF;
	--modal-bg-color-2: #F4F4F4;
	--modal-bg-color-3: #E8E8E8;
	--modal-bg-color-4: #C7C7C7;

	--modal-text-color-1: #1A1A1A;
	--modal-text-color-2: #3D3D3D;
	--modal-text-color-3: #999999;
}