:root{
  --card-radius: 16px;
}
.card{
  border-radius: var(--card-radius);
}
.btn, .form-control, .form-select, .alert{
  border-radius: 12px;
}
.table{
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.badge{
  border-radius: 10px;
}
