body {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem; /* 16px */
  line-height: 1.5rem; /* 24px */
  color: #1b1b1b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 2rem;
} /* 32px */
h2 {
  font-size: 1.75rem;
} /* 28px */
h3 {
  font-size: 1.5rem;
} /* 24px */
h4 {
  font-size: 1.25rem;
} /* 20px */
h5 {
  font-size: 1rem;
} /* 16px */

small {
  font-size: 0.875rem; /* 14px */
}
