:root {
	--brand-color-1: #f3c009ff;
	--brand-color-2: #f3c009ff;
	--brand-color-text : #000000;

    --brand-gradient-1: linear-gradient(90deg,rgba(243, 192, 9, 1) 0%,rgba(253, 172, 1, 1) 100%);
    --brand-gradient-2: linear-gradient(90deg,rgba(243, 192, 9, 1) 0%,rgba(253, 172, 1, 1) 100%);
	
	--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: #161105ff;
	--background-color-2: #191304ff;
	--background-color-3: #1e1910ff;
	--background-color-4: #1e1708ff;
	--background-color-5: #281e0aff;
    --background-color-6: #110e06ff;
	--text-color-1: #ffffff;
	--text-color-2: #ffc700ff;
	--text-color-3: #ffc700ff;
	--text-color-4: #ffffff;
	--font-family-1: 'Roboto',sans-serif;

	--modal-bg-color-1: #161105ff;
	--modal-bg-color-2: #281e0aff;
	--modal-bg-color-3: #3b3d4f;
	--modal-bg-color-4: #48495A;
	--modal-text-color-1: #FFFFFF;
	--modal-text-color-2: #ffffffff;
	--modal-text-color-3: #999999;

	--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: #2ad1c3;
	--brand-color-2: #e0d470;
	--brand-color-text : #FBFBFB;

    --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: #ffffff;
	--background-color-2: #f2f2f2;
	--background-color-3: #ededef;
	--background-color-4: #e5e5e5;
	--background-color-5: #eaeaea;
    --background-color-6: #bcbcbc;

	--text-color-1: #424549 ;
	--text-color-2: #4c5259;
	--text-color-3: #424549;
	--text-color-4: #2a2b2d;

	--modal-bg-color-1: #2C2D3A;
	--modal-bg-color-2: #363747;
	--modal-bg-color-3: #3B3D4F;
	--modal-bg-color-4: #48495A;

	--modal-text-color-1: #FFFFFF;
	--modal-text-color-2: #CCCCCC;
	--modal-text-color-3: #999999;
}

:root[data-theme="dark"] {
	--brand-color-1: #ffd700;
	--brand-color-2: #ffd700;
	--brand-color-text : #FBFBFB;

    --brand-gradient-1: linear-gradient(91deg,rgba(255, 165, 0, 1) 0%,rgba(255, 215, 0, 1) 48.80336707746479%,rgba(255, 165, 0, 1) 100%);
    --brand-gradient-2: linear-gradient(91deg,rgba(255, 165, 0, 1) 0%,rgba(255, 215, 0, 1) 49.15547975352113%,rgba(255, 165, 0, 1) 100%);
    --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: #262626;
	--background-color-2: #141414;
	--background-color-3: #404040;
	--background-color-4: #262626;
	--background-color-5: #404040;
    --background-color-6: #262626;

	--text-color-1: #FFFFFF;
	--text-color-2: #dddddd;
	--text-color-3: #d8d8d8;
	--text-color-4: #FFFFFF;
	
	--modal-bg-color-1: #262626;
	--modal-bg-color-2: #363747;
	--modal-bg-color-3: #3B3D4F;
	--modal-bg-color-4: #48495A;

	--modal-text-color-1: #FFFFFF;
	--modal-text-color-2: #CCCCCC;
	--modal-text-color-3: #999999;
}