body {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  background: #fff;
  color: #223;
}
h1, h2, h3, h4, .fw-bold {
  font-weight: 700 !important;
}
a:not(.btn) {
  color: #00cc99;
  background: transparent;
  text-decoration: none;
  transition: color .15s;
}
a:not(.btn):hover {
  color: #00b383;
  text-decoration: underline;
}

/* Botones Bootstrap */
.btn-success,
a.btn-success {
  color: #fff;
  background-color: #00cc99;
  border-radius: 2rem;
  transition: box-shadow .15s;
}
.btn-success:hover,
a.btn-success:hover {
  color: #fff;
  background-color: #00b383;
  box-shadow: 0 2px 8px #00cc9955;
  text-decoration: none; /* que no subraye al pasar el ratón */
}
.shadow, .shadow-sm {
  box-shadow: 0 2px 16px #0052cc11 !important;
}
.bg-light {
  background: #f8fbff !important;
}
.rounded-4 {
  border-radius: 1.5rem !important;
}
