body {
  background: #f9f5f7;
  font-family: 'Plus Jakarta Sans', 'Noto Sans', sans-serif;
}

/* Footer personalizado igual que el header */
.footer-beauty {
  background-color: #fcf8f9 !important;
  font-family: 'Plus Jakarta Sans', 'Noto Sans', sans-serif;
  font-size: 1rem;
}

/* Color de texto principal */
.text-main {
  color: #1c0d10 !important;
}

/* Color de texto secundario (como Eyebrow specialist) */
.text-beauty-secondary {
  color: #9c4957 !important;
}

.btn-glow {
  background: #9c4957;
  color: #fff;
  border-radius: 24px;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 10px 40px;
  border: none;
}

.btn-glow:hover {
  background: #b81e4b;
  color: #fff;
}

/* Estilo para los mensajes de error */
.form-text.error-message {
  color: #dc3545;
}
