body {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif !important;
  background: #f6faf9;
  color: #212529;
}

.navbar {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.table th,
.table td {
  vertical-align: middle;
}

.card {
  border-radius: 12px;
}

.btn {
  border-radius: 10px;
}

.form-control,
.form-select {
  border-radius: 10px;
}

.modal-content {
  border-radius: 14px;
}