/// Line height of body text.
/// @type Number
-$body-line-height: 19px !default;
+$body-line-height: $global-line-height !default;
/// Font family of headings.
/// @type List
$header-color: inherit;
$global-line-height: 1.3;
$global-font-size: 16px;
-$body-line-height: 19px;
+$body-line-height: $global-line-height;
$header-font-family: $body-font-family;
$header-font-weight: $global-font-weight;
$h1-font-size: 34px;
$button-color-alt: $medium-gray;
$button-font-weight: bold;
$button-margin: 0 0 $global-margin 0;
-$button-background: pink;
+$button-background: $primary-color;
$button-border: 2px solid $button-background;
$button-radius: $global-radius;
$button-rounded: $global-rounded;