/* Custom styles can go here if needed */
body {
    font-family: 'Inter', sans-serif; /* Example: Using a Google Font if linked in base.html */
}

/* HTMX indicator styles */
.htmx-indicator {
    display: none !important; /* Initially hidden */
}

.htmx-request .htmx-indicator,
.htmx-indicator.htmx-request {
    display: block !important; /* Show when request is in flight */
}