:root {
	--brand-color-1: #8e8e8e;
	--brand-color-2: #ffffff;
	--brand-color-text : #000000;

    --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: #1c1c1c;
	--background-color-2: #000000;
	--background-color-3: #2d2d2d;
	--background-color-4: #141414;
	--background-color-5: #000000;
    --background-color-6: #000000;
	--text-color-1: #B7AEAE;
	--text-color-2: #BFBFBF;
	--text-color-3: #cccccc;
	--text-color-4: #D9D9D9;
	--font-family-1: 'Roboto', sans-serif;

	--modal-bg-color-1: #161616ff;
	--modal-bg-color-2: #2d2d2dba;
	--modal-bg-color-3: #3f3f3f78;
	--modal-bg-color-4: #5959595e;
	--modal-text-color-1: #FFFFFF;
	--modal-text-color-2: #ffffffff;
	--modal-text-color-3: #dddddd;

	--btn-radius-top-left: 14px ;
	--btn-radius-top-right: 14px ;
	--btn-radius-bottom-left: 14px ;
	--btn-radius-bottom-right: 14px ;
 
	--input-radius-top-left: 8px ;
	--input-radius-top-right: 8px ;
	--input-radius-bottom-left: 8px ;
	--input-radius-bottom-right: 8px ;
 
	--odd-radius-top-left: 14px ;
	--odd-radius-top-right: 14px ;
	--odd-radius-bottom-left: 14px ;
	--odd-radius-bottom-right: 14px ;

	 /*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: #f1e21f;
	--brand-color-2: #bce5f2;
	--brand-color-text : #0b1e24;

    --brand-gradient-1: none;
    --brand-gradient-2: linear-gradient(19deg,rgba(188, 229, 242, 0.1) 0.9169457663952465%,rgba(16, 89, 112, 0.1) 9.137048855633802%,rgba(11, 30, 36, 1) 94.70042913732394%);
    --brand-gradient-3: {brand-gradient-3-2};
	
	--background-gradient-1: linear-gradient(170deg,rgba(47, 68, 73, 1) 1.3836927816901408%,rgba(16, 41, 49, 1) 94.69355193661971%);
	--background-gradient-2: linear-gradient(119deg,rgba(18, 130, 126, 1) 1.408450704225352%,rgba(16, 41, 49, 1) 100%);
	--background-gradient-3: linear-gradient(141deg,rgba(11, 30, 36, 1) 14.425616197183098%,rgba(16, 41, 49, 1) 98.93265845070422%);
	--background-gradient-4: linear-gradient(49deg,rgba(16, 41, 49, 1) 26.05221170774648%,rgba(156, 157, 159, 1) 98.23531029929578%);
	--background-gradient-5: linear-gradient(46deg,rgba(156, 157, 159, 1) 37.32669454225352%,rgba(11, 30, 36, 1) 84.15768045774648%);
	--background-gradient-6: linear-gradient(138deg,rgba(156, 157, 159, 1) 15.502585827464788%,rgba(11, 30, 36, 1) 98.9532900528169%);

	--background-color-1: #2f4449;
	--background-color-2: #12827e;
	--background-color-3: #0b1e24;
	--background-color-4: #102931;
	--background-color-5: #9c9d9f;
    --background-color-6: #9c9d9f;

	--text-color-1: #eae5e5;
	--text-color-2: #ffffff;
	--text-color-3: #b4b3b3;
	--text-color-4: #cdcdcd;

	--modal-bg-color-1: #0b1e24;
	--modal-bg-color-2: #102931;
	--modal-bg-color-3: #0b1e24;
	--modal-bg-color-4: #c6bebe;

	--modal-text-color-1: #d8d8d8;
	--modal-text-color-2: #f4f4f4;
	--modal-text-color-3: #57a5bf;
}

:root[data-theme="dark"] {
	--brand-color-1: #ff4444;
	--brand-color-2: #ffffff;
	--brand-color-text : #000000;

    --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: #1c1c1c;
	--background-color-2: #000000;
	--background-color-3: #2d2d2d;
	--background-color-4: #141414;
	--background-color-5: #000000;
    --background-color-6: #000000;

	--text-color-1: #B7AEAE;
	--text-color-2: #BFBFBF;
	--text-color-3: #cccccc;
	--text-color-4: #D9D9D9;
	
	--modal-bg-color-1: #161616ff;
	--modal-bg-color-2: #2d2d2dba;
	--modal-bg-color-3: #3f3f3f78;
	--modal-bg-color-4: #5959595e;

	--modal-text-color-1: #ffffff;
	--modal-text-color-2: #ffffffff;
	--modal-text-color-3: #dddddd;
}