h1 { @include header($double-small-pica-ratio); } h2 { @include header($great-primer-ratio); } h3 { @include header($english-ratio); } .link h1, .link h2, .link h3, article h4, article h5, article h6 { line-height: $leading-height; font-size: $font-size + 2; margin-bottom: $leading-height; } .post-date { font-size: $font-size - 3; } header[role=banner] h1 { @include header($double-great-primer-ratio); } sub, sup { margin-left: 1px; font-size: $brevier; } code { font-size: $font-size - 4; } pre code { font-size: $font-size - 2; display: block; } blockquote { font-size: $font-size - 1; }