/* FRED — Custom styles */

body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    background-color: #f5f7fa;
}

.navbar-brand {
    letter-spacing: 1px;
}

.card {
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
}

.card-header {
    background-color: #f8f9fa;
}

.table th {
    white-space: nowrap;
    font-size: 0.875rem;
}

.badge.bg-orange {
    background-color: #fd7e14 !important;
}

.list-group-item-action:hover {
    background-color: #e9ecef;
}

.form-label {
    font-weight: 500;
    font-size: 0.875rem;
}

.btn-sm {
    font-size: 0.8rem;
}
