/* -------------------------------------------------------------- * *TYPOGRAPHY * *-------------------------------------------------------------- /* Default fonts and colors. body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea line-height: $baseline font-family: $sans color: $text font-size: $font-size /* -------------------------------------------------------------- * *HEADINGS * *-------------------------------------------------------------- h1,h2,h3,h4,h5 margin-bottom: $baseline color: $headings font-weight: 900 h1 font-size: 30px line-height: $baseline * 2 h2 font-size: 25px line-height: $baseline h3 font-size: 20px line-height: $baseline h4 font-size: 15px line-height: $baseline h5 font-size: 10px line-height: $baseline