body {
    font-family: "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.card {
    border-radius: 1rem;
}

table th,
table td {
    vertical-align: middle;
}

.list-group-item {
    padding: 1rem;
}
