// Typography
//$base-font-family: $helvetica;
$base-font-family: $helvetica;
$heading-font-family: $helvetica;

// Override bourbon $em-base default: 16px (1em)
// $em-base: 16px;

// Line height
$base-line-height: 1.5;
$heading-line-height: 1.2;

// Other Sizes
$base-border-radius: 3px;
$base-spacing: $base-line-height * 1em;
$small-spacing: $base-spacing / 2;
$base-z-index: 0;

$base-padding: 5.5%;

// Colors
$blue: #477dca;
$dark-gray: #333;
$medium-gray: #707070;
$light-gray: #EAEAEA;

$base-background-color: #f1f1f1;
$base-font-color: $dark-gray;

$content-background-color: #fff;

$action-color: $blue;

// Border
$base-border-color: $light-gray;
$base-border: 1px solid $base-border-color;

// Forms
$form-box-shadow: inset 0 1px 3px rgba(#000, 0.06);
$form-box-shadow-focus: $form-box-shadow, 0 0 5px adjust-color($action-color, $lightness: -5%, $alpha: -0.3);
