body { font-size: 100%; line-height: 1.4em; font-family: $sans; font-weight: 400; color: $textColor; margin: 0 auto; } h1, h2, h3, h4, h5, h6 { font-family: $sans; font-weight: 400; color: $textColor; font-size: 1em; } h1 { font-size: 1.85em; font-weight: 500; line-height: 1.2em; } h2 { //font-weight: 600; //font-size: 1.3em; font-weight: 600; line-height: 1.2em; } h3 { line-height: 1.2em; font-weight: 600; margin-bottom: 0; } h4 { //font-size: 1.3em; } p { margin-top: 0; margin-bottom: 1em; font-size: 1em; } a { text-decoration: none; color: $linkColor; &:hover { color: $linkColorHover; } } img { width: 100%; } ul { list-style-type: none; padding-left: 0; margin: 0; padding: 0; } hr { border: none; border-top: 1px solid $hrColor; clear: both; display: block; } nav { li { list-style-type: none; display: inline; margin-left: 0.75em; &:first-child { margin-left: 0; } } }