/* Style Headings with Helvetica */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, sans-serif;
}

/* Style all other text with Georgia */
body {
  font-family: Georgia, Times, 'Times New Roman', serif; 
}