/* Dedicated override for post title sizing */
h1#title,
.post-header h1,
h1.gradient-text,
article h1 {
  font-size: 3.75rem !important; /* ~text-7xl */
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.025em !important;
}

@media (min-width: 768px) {
  h1#title,
  .post-header h1,
  h1.gradient-text,
  article h1 {
    font-size: 4.5rem !important; /* Even larger than text-7xl */
  }
}
