:root {
	--brand-color-1: #13ad1fff;
	--brand-color-2: #7fc409ff;
	--brand-color-text : #595757ff;

    --brand-gradient-1: none;
    --brand-gradient-2: none;
	
	--background-gradient-1: linear-gradient(95deg,rgba(0, 0, 0, 1) 0%,rgba(12, 33, 3, 1) 100%);
	--background-gradient-2: none;
	--background-gradient-3: none;
	--background-gradient-4: none;
	--background-gradient-5: none;
	--background-gradient-6: none;

	--background-color-1: #000000ff;
	--background-color-2: #212020ff;
	--background-color-3: #514e4eff;
	--background-color-4: #282828ff;
	--background-color-5: #282828ff;
    --background-color-6: #282828ff;
	--text-color-1: #ffffffff;
	--text-color-2: #ffffffff;
	--text-color-3: #ffffffff;
	--text-color-4: #ffffffff;
	--font-family-1: 'Roboto',sans-serif;

	--modal-bg-color-1: #424242ff;
	--modal-bg-color-2: #303030ff;
	--modal-bg-color-3: #3a3a3aff;
	--modal-bg-color-4: #6b6b6bff;
	--modal-text-color-1: #ffffffff;
	--modal-text-color-2: #ffffffff;
	--modal-text-color-3: #efefefff;

	--btn-radius-top-left: 14px ;
	--btn-radius-top-right: 14px ;
	--btn-radius-bottom-left: 14px ;
	--btn-radius-bottom-right: 14px ;
 
	--input-radius-top-left: 12px ;
	--input-radius-top-right: 12px ;
	--input-radius-bottom-left: 12px ;
	--input-radius-bottom-right: 12px ;
 
	--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: #000000;
	--brand-color-2: #ead995;
	--brand-color-text : #fbfbfb;

    --brand-gradient-1: none;
    --brand-gradient-2: linear-gradient(180deg,rgba(234, 217, 149, 1) 0%,rgba(183, 150, 88, 1) 100%);
    --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: #ffffff;
	--background-color-2: #cecece;
	--background-color-3: #000000;
	--background-color-4: #5e5e5e;
	--background-color-5: #efe0c4;
    --background-color-6: #ffffff;

	--text-color-1: #000000;
	--text-color-2: #b79658;
	--text-color-3: #000000;
	--text-color-4: #b79658;

	--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;
}

:root[data-theme="dark"] {
	--brand-color-1: #dbb46d;
	--brand-color-2: #dbb46d;
	--brand-color-text : #c63159;

    --brand-gradient-1: linear-gradient(0deg,rgba(219, 180, 109, 1) 0%,rgba(234, 217, 149, 1) 99.85915707870268%);
    --brand-gradient-2: linear-gradient(272deg,rgba(219, 180, 109, 1) 0%,rgba(234, 217, 149, 1) 99.85915707870268%);
    --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(120deg,rgba(0, 0, 0, 1) 0%,rgba(219, 30, 83, 1) 99.15492098096391%);
	--background-gradient-6: linear-gradient(0deg,rgba(219, 30, 83, 1) 0%,rgba(0, 0, 0, 1) 61.267605633802816%);

	--background-color-1: #191818;
	--background-color-2: #000000;
	--background-color-3: #30302d;
	--background-color-4: #262525;
	--background-color-5: #000000;
    --background-color-6: #000000;

	--text-color-1: #ffffff;
	--text-color-2: #ffffff;
	--text-color-3: #ffffff;
	--text-color-4: #ffffff;
	
	--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;
}