/* Website Desa - Custom CSS */
body {
    font-family: 'Poppins', sans-serif;
}

/* Line clamp utility */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Prose content styling */
.prose p { margin-bottom: 1em; }
.prose h2 { font-size: 1.5rem; font-weight: 700; margin: 1em 0 0.5em; }
.prose h3 { font-size: 1.25rem; font-weight: 600; margin: 1em 0 0.5em; }
