// if these are amended, removed, or added to,
// you'll need to run `gulp sbc-colours` to regenerate
// the swatches in the docs.

$sbc-blue: #085192;
$sbc-red: #dd2f35;
$sbc-orange: #e47b09;
$sbc-green: #5a9e33;
$sbc-purple: #70247d;
$black: #333333;
$grey-1: #5A5A5A;
$grey-2: #A3A3A3;
$grey-3: #DFDFDF;
$off-white: #f5f5f5;
$white: #FFFFFF;
