/* ═══════════════════════════════════════════════════════
   FORGE — Philosophy Page Styles
   Long-form essay layout. Minimal overrides.
   The prose carries the weight.
   ═══════════════════════════════════════════════════════ */

.phil-h2 {
  font-family: var(--font-serif);
  font-size: var(--text-xl);
  font-weight: var(--weight-regular);
  color: var(--bone);
  margin: 0 0 var(--space-6);
  max-width: 28ch;
}
