diff --git a/scss/_variables.scss b/scss/_variables.scss
index 79fbc8156c09250f0534f33dc68b5d92a07986c2..56bf0f1765ca8c67cd7fc9684dfac7ef5a2ae23a 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -227,9 +227,6 @@ $container-padding-x: $grid-gutter-width / 2 !default;
 //
 // Define common padding and border radius sizes and more.
 
-$line-height-sm:              1.25 !default;
-$line-height-lg:              2 !default;
-
 $border-width:                1px !default;
 $border-color:                $gray-300 !default;
 
@@ -303,7 +300,10 @@ $font-weight-bold:            700 !default;
 $font-weight-bolder:          bolder !default;
 
 $font-weight-base:            $font-weight-normal !default;
+
 $line-height-base:            1.5 !default;
+$line-height-lg:              2 !default;
+$line-height-sm:              1.25 !default;
 
 $h1-font-size:                $font-size-base * 2.5 !default;
 $h2-font-size:                $font-size-base * 2 !default;