/**
 * variables.css
 *
 * USupplyChainPeople variables
**/
:root {
    --ubrands-color-black: #212121;
    --ubrands-color-gray: #4A4E59;
	--ubrands-color-pink-light: rgba(237, 40, 66, .05);
	--ubrands-color-green-light: #ECF7F1;
	--ubrands-color-orange-light: #FFF6E8;
	--ubrands-color-blue-light: #EAF4F9;
    --ubrands-color-accent: #48B174;
	--ubrands-color-orange: #FEA621;
	--ubrands-color-blue: #3690C0;
    --ubrands-color-soft-accent: #EDF7F1;
    --ubrands-color-bg: #FFF;
    --ubrands-container-padding: .5rem;
}
