h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  color: var(--text-primary);
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 400;
}

h1 { font-size: 30px; margin-bottom: 24px; }
h2 { font-size: 22px; margin-bottom: 18px; }
h3 { font-size: 18px; margin-bottom: 14px; }

p {
  line-height: 1.65;
  color: var(--text-secondary);
  font-size: 14.5px;
}

a {
  color: var(--accent);
  text-decoration: none;
  transition: color 160ms var(--ease);
}
a:hover { color: var(--accent-dim); }

.source-quote {
  margin-top: 10px;
  padding: 8px 12px;
  border-left: 2px solid var(--accent-border);
  background: var(--bg-tint);
  overflow-wrap: anywhere;
}

.source-quote cite {
  display: block;
  margin-bottom: 4px;
  color: var(--accent-dim);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
}

.source-quote p {
  font-size: 12px;
  line-height: 1.6;
  white-space: pre-line;
}

.reference-link {
  font-weight: 500;
  overflow-wrap: anywhere;
}
