/// @type Length
$global-width-small: 95% !default;
+/// Gutter for grid elements.
+/// @type length
+$global-gutter: 16px !default;
+
/// Body background color.
/// @type Length
$body-background: $light-gray !default;
/// @type Number
$grid-column-count: 12 !default;
-/// Gutter for grid elements.
-/// @type length
-$global-gutter: 16px !default;
-
/// Default padding for the bottom of a column.
/// @type Number
$column-padding-bottom: $global-padding !default;
$pre-color: #ff6908;
$global-width: 580px;
$global-width-small: 95%;
+$global-gutter: 16px;
$body-background: $light-gray;
-$container-background-color: $white;
+$container-background: $white;
$global-font-color: $black;
$body-font-family: Helvetica, Arial, sans-serif;
$global-padding: 16px;
-$global-margin: 16px;
+$global-margin: 32px;
$global-radius: 3px;
$global-rounded: 500px;
-$global-gutter: 16px;
$global-breakpoint: $global-width + $global-gutter;
// 2. Grid
$grid-column-count: 12;
$column-padding-bottom: $global-padding;
-$sub-column-padding-right: $global-gutter / 2;
// 3. Block Grid
// -------------
$global-font-weight: normal;
$header-color: inherit;
$global-line-height: 1.3;
-$global-font-size: 16px;
+$global-font-size: 14px;
$body-line-height: 19px;
$header-font-family: $body-font-family;
$header-font-weight: $global-font-weight;