//------------------------------------- // Base //------------------------------------- @include establish-baseline; html { font-family: $base-font; } body { @include adjust-font-size-to($base-font-size); @if $debug { @include debug-vertical-alignment; } } // ----- Block Content ----- // // Containers // Headings // Paragraphs // ----- Inline Content ----- // // Forms // Links a { text-decoration: none; outline-style: none; &:hover, &:focus { text-decoration: underline; } } // Formatting em { font-style: italic; } strong { font-weight: bold; }