/* Custom Application Styles */

/* Add your custom CSS here */

/* Example: Custom button styles */
.btn-custom {
    background-color: #3b82f6;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
}

.btn-custom:hover {
    background-color: #2563eb;
}
