1// Typography 2 3b, 4strong { 5 font-weight: bold; 6} 7 8p { 9 margin-top: 0; 10 line-height: 1.5rem; 11} 12 13h1, 14h2, 15h3, 16h4, 17h5, 18h6 { 19 font-weight: 300; 20 margin: 0 0 .8rem; 21 line-height: 1; 22 color: #333; 23} 24 25h1, .h1 { 26 font-size: 3rem; 27 font-weight: 500; 28} 29 30h2, .h2 { 31 font-size: 1.8rem; 32} 33 34h3, .h3 { 35 font-size: 1.3rem; 36 letter-spacing: -.08rem; 37} 38 39h4, .h4 { 40 font-size: 1.125rem; 41 letter-spacing: -.04rem; 42} 43 44h5, .h5 { 45 font-size: 1rem; 46 letter-spacing: -.05rem; 47} 48 49.content-header { 50 font-weight: 700; 51 margin-bottom: 0; 52 margin-top: 2em; 53}