/* static/css/aq_typography.css
   Shared page H1 primitive. Replaces per-page title classes
   (aq-home-title, aq-directory-title, marketplace-title, page-title,
   changelog-title, features-title) so every page H1 looks the same. */

.aq-page-title {
  font-family: Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: var(--text-bright);
  margin: 0 0 16px;
}

@media (max-width: 719px) {
  .aq-page-title { font-size: 26px; }
}
