$pass: #08c18d;
$fail: #e94f5f;
$pending: #428BCA;
$pinned: #9442ca;
$yellow-dark: #FFB61C;
$yellow-medium: lighten($yellow-dark, 25%);
$yellow-lightest: #ffffee;
$retried: #f0ec98;

$link-text: #3380FF;

$err-background: #fff3f4;
$err-code-background: #fee4e7;
$err-text: #cd0a17;
$err-header-background: #fee0e3;
$err-header-text: #cc3943;

$warn-background: hsl(42, 100%, 98%);
$warn-header-background: hsl(42, 94%, 94%);
$warn-header-text: hsl(42, 59%, 51%);
$warn-text: hsl(42, 91%, 35%);

$header-height: 46px;
$reporter-contents-min-width: 170px;

$font-sans: 'Mulish', 'Helvetica Neue', Helvetica, Arial, sans-serif;
$open-sans: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
$monospace: Consolas, Monaco, 'Andale Mono', monospace;
