body { font-family: 'Plus Jakarta Sans', sans-serif; }

.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.line-clamp-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

.prose-bn { line-height: 2; }
.prose-bn p { margin-bottom: 1rem; }
.prose-bn img { border-radius: 0.75rem; margin: 1rem 0; max-width: 100%; }

@keyframes fadeIn { from { opacity:0; transform: translateY(10px);} to {opacity:1; transform:translateY(0);} }
.animate-fadeIn { animation: fadeIn .4s cubic-bezier(.16,1,.3,1) forwards; }

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }
.dark ::-webkit-scrollbar-thumb { background: #3f3f46; }

.no-scrollbar::-webkit-scrollbar{ display:none; }
.no-scrollbar{ -ms-overflow-style:none; scrollbar-width:none; }

@media print {
  header, footer, .no-print { display: none !important; }
}
