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

.navbar-brand {
    letter-spacing: .03em;
}

.card {
    border-radius: 1rem;
}

.table thead th {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.badge {
    border-radius: 999px;
    font-weight: 500;
}

.btn-rounded {
    border-radius: 999px;
}

.timeline {
    border-left: 2px solid rgba(0,0,0,.1);
    margin-left: 1rem;
    padding-left: 1rem;
}

.timeline-item {
    position: relative;
    margin-bottom: 1rem;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -1.15rem;
    top: .2rem;
    width: .7rem;
    height: .7rem;
    border-radius: 999px;
    background: var(--bs-primary);
}
