/* pub-commons.css — Commons personality variables + heading underline */
:root {
  --pub-bg: #faf6ef;
  --pub-surface: #faf6ef;
  --pub-fg: #1a1a1a;
  --pub-fg-soft: #444;
  --pub-muted: #8a8265;
  --pub-border: #e6dfd0;
  --pub-accent: #1f2a44;
  --pub-accent-dark: #0f1626;
}

.pub-article-body h2 {
  padding-bottom: 0.3em;
  border-bottom: 2px solid var(--pub-accent);
}
