How do I apply a custom headings styling as seen on the "Features" page?

1. Highlight the desired text to reflect the "My Sample Heading" and apply a heading 1 (H1) tag. Place a tag around the text you would like to appear more bold.

Screen Shot 2012-12-20 at 2.37.07 PM

2. Highlight the desired text to reflect the "I Really: Life This" and apply a heading 2 (H2) tag.

Screen Shot 2012-12-20 at 2.37.20 PM

3. Click on "Page Info" under Site or press Shift ⌘ I to open your RW Page Inspector.

4. Click on Header, in between the Sidebar and Styles tabs.

5. Click on the CSS button which will allow you to enter Custom CSS.

6. Copy and paste the following code into the text box:

#main h1 { font-size: 36px; font-weight: 900; padding: 0 0 5px 0;}#main h1 span { color: #999999;}#main h2 { font-size: 14px; font-family: Georgia; font-style: italic; font-weight: 100; color: #666666;}
7. Preview page and enjoy a customized headings.