/* Override compiled CSS to match site typography */

body {
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto",
    "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 1rem;
}

p, li, blockquote {
  line-height: 1.5;
  color: rgb(73, 78, 82);
  font-weight: 400;
}

/* Ensure article text uses site styles */
article p {
  line-height: 1.7;
  margin-bottom: 1.2em;
}
