// HEADER $h1-font-size: em(44px) !default; $h2-font-size: em(36px) !default; $h3-font-size: em(28px) !default; $h4-font-size: em(22px) !default; $h5-font-size: em(18px) !default; $h6-font-size: 1em !default; $header-font-weight: 700 !default; $p-margin-bottom: em(30px) !default; @if $include-typography { /* --------------- EDGE Typography --------------- */ h1 { font-size: $h1-font-size } h2 { font-size: $h2-font-size } h3 { font-size: $h3-font-size } h4 { font-size: $h4-font-size } h5 { font-size: $h5-font-size; } h6 { font-size: $h6-font-size; } p { margin-bottom: $p-margin-bottom; &:last-of-type { margin-bottom: 0; } } code { display : inline-block; &, pre { font-family: $code-font-family; } } ul.inline, ol.inline { list-style-type : none; li { display : inline-block; vertical-align:top; margin-right: em(-4px); } } blockquote { cite { display: block; } } }