:root {
	--brand-color-1: #db3030;
	--brand-color-2: #f2dc15;
	--brand-color-text : #30323a;

    --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: #30323a;
	--background-color-2: #292b32;
	--background-color-3: #40434d;
	--background-color-4: #474b56;
	--background-color-5: #4c505b;
    --background-color-6: #30323a;
	--text-color-1: #f3f4f5;
	--text-color-2: #eeeff0;
	--text-color-3: #e1e2e5;
	--text-color-4: #cdd0d5;
	--font-family-1: 'Open Sans', sans-serif;

	--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;

	--btn-radius-top-left: 8px ;
	--btn-radius-top-right: 8px ;
	--btn-radius-bottom-left: 8px ;
	--btn-radius-bottom-right: 8px ;
 
	--input-radius-top-left: 20px ;
	--input-radius-top-right: 20px ;
	--input-radius-bottom-left: 20px ;
	--input-radius-bottom-right: 20px ;
 
	--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: #f26721;
	--brand-color-2: #0704cc;
	--brand-color-text : #ffffff;

    --brand-gradient-1: none;
    --brand-gradient-2: linear-gradient(0deg,rgba(7, 4, 204, 1) 0%,rgba(9, 102, 160, 1) 0%,rgba(9, 160, 59, 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: #ddd9d9;
	--background-color-2: #f2f2f2;
	--background-color-3: #e6e6e6;
	--background-color-4: #d9d9d9;
	--background-color-5: #e2e2e2;
    --background-color-6: #dddddd;

	--text-color-1: #111010;
	--text-color-2: #0c0c0c;
	--text-color-3: #111111;
	--text-color-4: #1b1b1c;

	--modal-bg-color-1: #fcfcfc;
	--modal-bg-color-2: #efefef;
	--modal-bg-color-3: #e3e3e3;
	--modal-bg-color-4: #d6d6d6;

	--modal-text-color-1: #1a1c1a;
	--modal-text-color-2: #2b2626;
	--modal-text-color-3: #303030;
}

:root[data-theme="dark"] {
	--brand-color-1: #db3030;
	--brand-color-2: #f2dc15;
	--brand-color-text : #30323a;

    --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: #30323a;
	--background-color-2: #292b32;
	--background-color-3: #40434d;
	--background-color-4: #474b56;
	--background-color-5: #4c505b;
    --background-color-6: #30323a;

	--text-color-1: #f3f4f5;
	--text-color-2: #eeeff0;
	--text-color-3: #e1e2e5;
	--text-color-4: #cdd0d5;
	
	--modal-bg-color-1: #333232;
	--modal-bg-color-2: #403f3f;
	--modal-bg-color-3: #4d4b4b;
	--modal-bg-color-4: #5a5858;

	--modal-text-color-1: #fcfcfc;
	--modal-text-color-2: #c9c9c9;
	--modal-text-color-3: #b0b0b0;
}