/* تخطيط الصفحة الرئيسية للمدونة. */

/* Page sections */
.blog-hero__content {
  max-width: 52rem;
  gap: var(--space-4);
}

.blog-hero__content p {
  font-size: var(--font-size-lg);
}
