/* Insira no seu arquivo CSS custom */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

.prose {
  font-family: 'Inter', sans-serif;
  line-height: 1.75;
  color: #333;
  max-width: 90%;
  margin: 0 auto;
  padding: 1rem;
}

.prose h2, .prose h3 {
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.prose p {
  margin-bottom: 1em;
}

.prose strong {
  font-weight: 700;
}

.prose ul, .prose ol {
  margin-left: 1.25em;
  margin-bottom: 1em;
}

.prose li + li {
  margin-top: 0.5em;
}
