body {
  margin: 0;
}

p,
li {
  max-width: 72ch;
}

.brand-section-copy a {
  color: var(--brand-sky-500);
  text-decoration: none;
  font-weight: 500;
}

.brand-section-copy a:hover {
  text-decoration: underline;
}

.brand-section-copy ul,
.brand-section-copy ol {
  padding-left: 1.2rem;
}

.brand-article-content h2 {
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
  font-size: 1.35rem;
}

.brand-article-content h3 {
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.brand-article-content code {
  border-radius: 0.5rem;
  background: var(--brand-sand-100);
  padding: 0.15rem 0.4rem;
  font-size: 0.875em;
  color: var(--brand-ink-800);
}

.brand-article-content blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border-left: 3px solid var(--brand-sky-500);
  background: var(--brand-sand-50);
  border-radius: 0 0.75rem 0.75rem 0;
}

.brand-article-content blockquote p {
  margin: 0;
}

.brand-article-content img {
  border-radius: var(--brand-radius-md);
  max-width: 100%;
  height: auto;
}

.brand-article-content hr {
  margin: 2rem 0;
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(22,39,66,0.08), transparent);
}
