h1
  font-size $font-size-h1
  line-height 1
  font-weight bold

h2
  font-size $font-size-h2
  line-height 1
  font-weight bold

h3
  font-size $font-size-h3
  line-height 1
  font-weight bold

h4
  font-size $font-size-h4
  line-height 1
  font-weight bold

h5
  font-size $font-size-h5
  line-height 1
  font-weight bold

h6
  font-size $font-size-h6
  line-height 1
  font-weight bold


ul
  list-style: square inside
ol
  list-style: decimal inside

li
  line-height: 2

blockquote
  smoothFont()
  border-left: 5px solid $theme-secondary
  padding: 10px 16px
  background-color: $black
  box-shadow: $shadow-basic

article
  smoothFont()
  line-height: 1.5
  // text-align: justify
  header
    unsmoothFont()
    margin-bottom: 20px
  footer
    margin-top: 10px
    font-size: $font-size-h6
    color: $grey-lighter