aboutsummaryrefslogtreecommitdiffstats
path: root/demo/src/sass/type/headings.scss
blob: ca32076fe5dd3c8c48bf4cd6c9715d2e16444f9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// ==========================================================================
// Headings
// ==========================================================================

h1 {
  @include font-size($font-size-h1);

  color: $color-headings;
  font-weight: $font-weight-bold;
  letter-spacing: $letter-spacing-headings;
  line-height: 1.2;
  margin: 0 0 ($spacing-base * 1.5);
}