/* Art de Prensa — article page styles */

.font-editorial {
  font-family: 'Playfair Display', serif;
}

.font-lanacion {
  font-family: 'Playfair Display', serif;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* Article content typography */
.article-content p {
  margin-bottom: 1.5rem;
  color: #334155; /* slate-700 */
  line-height: 1.8;
  font-size: 1.125rem; /* text-lg */
}

.article-content h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: #0f172a; /* slate-900 */
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.article-content blockquote {
  border-left: 4px solid #3b82f6; /* blue-500 */
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-style: italic;
  color: #1e293b; /* slate-800 */
  line-height: 1.4;
}
