/* Ajuste de legibilidade somente no front oficial. Mantém layout, cores e componentes. */
body {
  font-size: 16px;
  line-height: 1.55;
}

.navbar .nav-link,
.navbar .form-control,
.navbar .btn {
  font-size: 15px;
}

.card-user-profile,
.card-user-profile .btn,
.card-user-profile p,
.card-user-profile span,
.card-user-profile a {
  font-size: max(14px, .875rem);
}

.text-muted,
small,
.small {
  line-height: 1.45;
}

@media (max-width: 767.98px) {
  body { font-size: 15px; }
  .navbar .nav-link,
  .navbar .form-control,
  .navbar .btn { font-size: 15px; }
}
