body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background-color: #f8f9fc;
}
.navbar-brand img {
  height: 32px;
}
.signature-pad {
  border: 2px dashed #0d6efd;
  border-radius: 12px;
  min-height: 200px;
}
.plan-meter {
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #198754, #0d6efd);
}
.user-avatar__circle {
  display: inline-flex;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #0d6efd;
  color: #fff;
  font-weight: 600;
  font-size: 0.85rem;
}
