/* Use Inter for all body text and subheaders in writing section, keep .title as Calluna */

body, .writing-content, .writing-content p, .writing-content strong {
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 400;
}

.writing-content h1.title {
  font-family: 'Calluna', serif;
  font-weight: 700;
}

/* Remove default h3 styling for inline subheaders */
.writing-content h3 {
  display: inline;
  font-size: inherit;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/* Ensure paragraphs after bold inline labels have normal spacing */
.writing-content p {
  margin-top: 1em;
  margin-bottom: 1em;
}
