:root {
	--brand-color-1: #ffbc00;
	--brand-color-2: #ffbc00;
	--brand-color-3: {brand-color-3};
	--brand-color-text : #fbfbfb;

    --brand-gradient-1: none;
    --brand-gradient-2: none;
    --brand-gradient-3: 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: #151515;
	--background-color-2: #303030;
	--background-color-3: #595959;
	--background-color-4: #222222;
	--background-color-5: #151515;
    --background-color-6: #222222;
	--text-color-1: #fcfcfc;
	--text-color-2: #c9c9c9;
	--text-color-3: #b0b0b0;
	--text-color-4: #fcfcfc;
	--font-family-1: 'Roboto',sans-serif;

	/*Modal Background colors*/
	--modal-bg-color-1: #FFFFFF;
	--modal-bg-color-2: #F4F4F4;
	--modal-bg-color-3: #E8E8E8;
	--modal-bg-color-4: #C7C7C7;
	
      /*Modal Text colors*/
	--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: 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: #121212;
	--brand-color-2: #ffb200;
	--brand-color-3: {brand-color-3-2};
	--brand-color-text : #f9f9f9;

    --brand-gradient-1: none;
    --brand-gradient-2: none;
    --brand-gradient-3: 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: #f9f9f9;
	--background-color-2: #eaeaea;
	--background-color-3: #ffffff;
	--background-color-4: #dddddd;
	--background-color-5: #f5f5f5;
    --background-color-6: #f2f2f2;

	--text-color-1: #121212;
	--text-color-2: #121212;
	--text-color-3: #121212;
	--text-color-4: #121212;
	
	 /*Modal Background colors*/
	--modal-bg-color-1: #FFFFFF;
	--modal-bg-color-2: #F4F4F4;
	--modal-bg-color-3: #E8E8E8;
	--modal-bg-color-4: #C7C7C7;
	
      /*Modal Text colors*/
	--modal-text-color-1: #1A1A1A;
	--modal-text-color-2: #3D3D3D;
	--modal-text-color-3: #999999;
}

:root[data-theme="dark"] {
	--brand-color-1: #ffbc00;
	--brand-color-2: #ffbc00;
	--brand-color-3: {brand-color-3-1};
	--brand-color-text : #fbfbfb;

    --brand-gradient-1: none;
    --brand-gradient-2: none;
    --brand-gradient-3: 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: #151515;
	--background-color-2: #303030;
	--background-color-3: #595959;
	--background-color-4: #222222;
	--background-color-5: #151515;
    --background-color-6: #222222;

	--text-color-1: #fcfcfc;
	--text-color-2: #c9c9c9;
	--text-color-3: #b0b0b0;
	--text-color-4: #fcfcfc;
	
	 /*Modal Background colors*/
	--modal-bg-color-1: #FFFFFF;
	--modal-bg-color-2: #F4F4F4;
	--modal-bg-color-3: #E8E8E8;
	--modal-bg-color-4: #C7C7C7;
	
      /*Modal Text colors*/
	--modal-text-color-1: #1A1A1A;
	--modal-text-color-2: #3D3D3D;
	--modal-text-color-3: #999999;
}