body {
  background: #111 !important;
  color: #ffffff !important;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif !important;
}

.card-premium {
  background: #1f1f1f !important;
  border: 1px solid #b9923f !important;
  border-radius: 18px !important;
}

.btn-dorado {
  background: #b9923f !important;
  color: #111 !important;
  border: none !important;
}

.btn-dorado:hover {
  background: #d7b15b !important;
  color: #111 !important;
}

.form-control,
.form-select {
  min-height: 48px !important;
}

label,
h1, h2, h3, h4, h5, h6,
p, span, small, div, li,
.text-muted,
.text-secondary,
.form-check-label {
  color: #ffffff !important;
}

a {
  color: #f1cf7a !important;
}
