blockquote {
  background: none;
}

code {
  font-family: "Abel", sans-serif;
  color: rgb(33, 37, 41);
}

.styled-horizontal-break {
  margin-bottom: 2rem;
}

/* Heading typography */

article h2 {
  font-size: 2.75rem;
  font-weight: 700;
}

article h3 {
  /* font-size: 2.75rem; */
  font-weight: 700;
}

/* Page Title typography */
.display-4 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}

/* Typography */

p,
byline,
li {
  font-size: 13px;
  font-weight: 500;
}

article h2 {
  font-size: 1.85rem;
}

article h3 {
  font-size: 1.65rem;
}

@media (min-width: 768px) {
  p,
  byline,
  li {
    font-size: 20px;
    font-weight: 500;
  }

  article h2 {
    font-size: 2.5rem;
  }
}
