/* Ruby Vets — Custom styles */
body { font-family: 'Inter', sans-serif; }
.font-serif { font-family: 'Playfair Display', serif; }

/* Article content styling */
.article-content h2 { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: #1f2937; margin: 1.5rem 0 0.75rem; }
.article-content h3 { font-size: 1.15rem; font-weight: 700; color: #374151; margin: 1.25rem 0 0.5rem; }
.article-content p { margin-bottom: 1rem; line-height: 1.75; }
.article-content ul { list-style: disc; padding-left: 1.5rem; margin-bottom: 1rem; }
.article-content li { margin-bottom: 0.4rem; }
.article-content em { color: #9B2335; font-style: italic; }
.article-content strong { font-weight: 600; }
