body {
  font-family: 'Inter', sans-serif;
}

.card {
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.pill {
  border-radius: 9999px;
}

.step-active {
  border-color: #2563eb;
  background: rgba(37,99,235,.06);
}
