/* BASE TYPOGRPHY */

/* These are the default styles for the Simple theme */
body {
    font-size: 16px; /* This overrides the browsers default font size */
    line-height: 20px; /* If you change the font-size make sure you change the line-height value as well - the usual ratio is around 1.5 (font-size x 1.5 = line-height) */
    color: #333333;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}
  body a { text-decoration: none; } /* this removes the underline from all links */
  body a:link { -webkit-tap-highlight-color: #b80000 } /* this sets the highlight color when links are tapped on Safari (browser) on iPhone */

h1 {

}
