/* Custom styles that complement Bootstrap */

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h2.card-title, h3.card-title, h1.display-5 {
  color: #1e3a8a; /* Dark Blue */
  font-weight: 600;
}

h4.card-title {
    color: #1d4ed8; /* Medium Blue */
    font-weight: 600;
}

/* Make the delete button in tables smaller */
#users-table .delete-btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

button.delete-btn {
    background-color: #dc2626;
    border-color: #dc2626;
}

button.delete-btn:hover {
    background-color: #b91c1c;
    border-color: #b91c1c;
}

/* Ensure welcome message has some space */
#welcome-message {
    margin-bottom: 2rem;
}
