.content-block { h1, h2, h3, h4 { @apply font-condensed font-bold leading-tight; } h1, h2, h3, h4, h5 { margin-bottom: .5em; &:not(:first-child) { margin-top: .95em; } } h1 { @apply text-3xl; } h2 { @apply text-2xl; } h3 { @apply text-xl; } h4 { @apply text-lg; } h5 { @apply text-base font-condensed uppercase leading-tight; } p, ul, ol { @apply leading-normal; } p:not(:last-child) { margin-bottom: 1em; } strong { @apply font-bold; } ul, ol, table, blockquote, figure { &:not(:first-child) { margin-top: 1em; } &:not(:last-child) { margin-bottom: 1em; } } }