$primary-color: #466fb9;
$secondary-color: #2e456d;
$success-color: #137f6b;
$warning-color: #ce3645;
$info-color: #ff8d01;
$muted-color: #dddada;

$shadow-color: rgba(0, 0, 0, 0.4);
$border-color: lighten($primary-color, 25%);

$text-color: #05182A;
$muted-text-color: #535353;

$background-color: #f5f5f5;

$link-color: #0047c8;

$color-modifiers: (
    primary: $primary-color,
    warning: $warning-color,
    go: $success-color
);

// Colors
//
// Styleguide Colors
//
// Styleguide Colors

// Base
//
// The base colors are the <strong>background color</strong> of each circle.
//
// Markup: colors-base.html
//
// Styleguide Colors.1base

// Ancillary
//
// The ancillary colors are the <strong>text color</strong> of each circle.
//
// Markup: colors-ancillary.html
//
// Styleguide Colors.2ancillary
