body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6, .heading {
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 1em;
  color: #662d91;
}

.heading {
  margin: 1em 0;
}

a {
  color: #662d91;
}

/* text utility classes */
.bold {
  font-weight: 700;
}
.large {
  font-size: 1.25em;
}
.small {
  font-size: 0.75em;
}

.blockquote {
  font-size: 1.4em;
}
