/* Custom overrides if needed, Tailwind is primary */
body { font-family: 'Inter', system-ui, -apple-system, sans-serif; }
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
