// everydayhero brand colours
$green-active: #2bb65a;
$green-light: #7ec775;
$green: #01a044;
$green-dark: #0A5E0D;

$white: #FFFFFF;
$cream: #FDFCF7;

$grey-lightest: #F5F5F5;
$grey-lighter: #DEDEDE;
$grey-light: #B3B3B3;
$grey-active: #8E8E8E;
$grey: #585858;
$grey-dark: #262A2D;

// State colours
$error: #FF6347;
$alert: #FFBE40;
$success: #AFEEEE;

// Footprint colours
$community: #35163d;
$community-secondary: #583048;
$effort: #cf4c22;
$effort-secondary: #e2a13f;
$voice: #b14750;
$voice-secondary: #f18790;
$money: #307c99;
$money-secondary: #6db4d1;

// Social media colours
$facebook: #3b5998;
$googleplus: #dd4b39;
$youtube: #bb0000;
$twitter: #00aced;
$pinterest: #cb2027;
$linkedin: #007bb6;
$instagram: #517fa4;
$strava: #fc4c02;
$mmf: #002d72;
$fitbit: #00b0b9;

// Graph colours
$data-series-colors: #7fc675, #2e7e9b, #87768d, #a49f7f, #7ac9a4, #c1cb89, #e3a23f, #f18791, #da714f, #b24852, #593149, #145f80, #848b3f, #c9802a, #bf3b26, #99788a, #6eb4d2, #4886a2, #5e5e5f, #92d0b0, #a67260, #be8ba7, #615ba8, #6d846c, #576976, #6c6670, #77766c, #7ba894, #a3aa83, #b79056, #9c7679, #8a695a, #975756, #4f4048, #4b5968;

// flash
$flash-success-background: rgba($success, 0.9);
$flash-alert-background: rgba($alert, 0.9);
$flash-error-background: rgba(lighten($error, 5%), 0.9);
