/* Folk template */
:root {
    /*Brand color*/
    --brand-color-1: #ee4423;
    --brand-color-1-hover: #ee4423;
    --brand-color-2: #ffae2b;
    --brand-color-2-hover: #ffae2b;
    --brand-color-3: #ffffff;
    --brand-color-text: #2f323a;
	
    /*Background gradients*/
    --brand-gradient-1: none;
    --brand-gradient-2: none;
    --brand-gradient-3: none;
	
    /*Background colors*/
    --background-color-1: #2f323a;
    --background-color-2: #282b32;
    --background-color-3: #3f434e;
    --background-color-3-hover: #3f434e;
    --background-color-4: #454b57;
    --background-color-4-hover: #454b57;
    --background-color-5: #4a505c;
    --background-color-6: #2f323a;
	
    /*Background gradients*/
    --background-gradient-1: none;
    --background-gradient-2: none;
    --background-gradient-3: none;
    --background-gradient-4: none;
    --background-gradient-5: none;
    --background-gradient-6: none;
	
    /*Text colors*/
    --text-color-1: #f3f4f5;
    --text-color-2: #edeff0;
    --text-color-3: #e0e2e5;
    --text-color-4: #ccd0d5;
	
    /*Default immutable colors*/
    --white-color: #fff;
    --black-color: #000;
    --error-color: #f02849;
    --success-color: #009900;
    --info-color: #ffb700;
	
    /*Fonts and Styles*/
    --font-family-1: 'Roboto', sans-serif;

	/*Modal Background colors*/
	--modal-bg-color-1: #2C2D3A;
	--modal-bg-color-2: #363747;
	--modal-bg-color-3: #3B3D4F;
	--modal-bg-color-4: #48495A;
	
      /*Modal Text colors*/
	--modal-text-color-1: #FFFFFF;
	--modal-text-color-2: #CCCCCC;
	--modal-text-color-3: #999999;
	
    /* Border Radiuses */
    --btn-radius-top-left: 12px;
    --btn-radius-top-right: 12px;
    --btn-radius-bottom-left: 12px;
    --btn-radius-bottom-right: 12px;

    --input-radius-top-left: 12px;
    --input-radius-top-right: 12px;
    --input-radius-bottom-left: 12px;
    --input-radius-bottom-right: 12px;

    --odd-radius-top-left: 12px;
    --odd-radius-top-right: 12px;
    --odd-radius-bottom-left: 12px;
    --odd-radius-bottom-right: 12px;
}