body {
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
}

.card {
  border-radius: 0.75rem;
}

.card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.form-label {
  font-weight: 600;
  font-size: 0.9rem;
}

.nav-sidebar .nav-link.active {
  background-color: #0d6efd;
  color: #fff;
}

.nav-sidebar .nav-link {
  border-radius: 0.5rem;
}

.badge {
  letter-spacing: 0.02em;
}

.app-header {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.app-sidebar {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.sidebar-wrapper .nav-link {
  align-items: center;
  gap: 0.5rem;
}

.sidebar-wrapper .nav-link p {
  margin: 0;
}

.list-group-item {
  border-color: rgba(0, 0, 0, 0.05);
}

.table > :not(caption) > * > * {
  padding: 0.65rem 0.75rem;
}

.form-range {
  accent-color: #0d6efd;
}
