//See http://webtypography.net/toc and http://www.pearsonified.com/typography/ //----------------------------------------------------------------------------------------------------------------Headers h1,h2,h3,h4,h5,h6{ color: $color_hex_8BA690; } @each $header, $size in (h1: 2rem, h2: 1.5rem, h3: 1.2rem, h4: 1.0rem, h5: 0.85rem, h6: 0.75rem) { #{$header} { font-size: $size; } }