body {
  font-family: "Poppins", sans-serif;
}

.navbar-brand {
  font-weight: 600;
  letter-spacing: 0.5px;
}

.card {
  border-radius: 15px;
}

.btn {
  border-radius: 10px;
}

.table {
  border-radius: 10px;
  overflow: hidden;
}
