/*primary blue used in SO and OH*/
$oui-blue: #006bb1;
$oui-darker-blue: #01568e;
/*primary green used in IO*/
$oui-green: #00853e;
$oui-darker-green: #197439;
/*primary purple used in ...*/
$oui-purple: #b731a9;
$oui-dark-purple: #8f1181;
/*primary red used in CO*/
$oui-red: #e95325;
/*warn color*/
$oui-warn: #ff0000;
/*white color*/
$oui-white: #ffffff;
/*Primary text dark grey*/
$oui-dark-grey: #333333;
/*Secondary text grey*/
$oui-grey: #666666;
/*third text grey*/
$oui-light-grey: #4a4a4a;
/*Disabled state of text border and background color*/
$oui-disabled-grey: #c8c8c8;
