/* Override Bootswatch variables for brighter text */
:root {
  --bs-body-color: #ffffff;
  --bs-body-color-rgb: 255, 255, 255;
}

body {
  background-color: #222;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.5;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

body.page-loaded {
  opacity: 1;
}
footer {
  font-size: 0.9rem;
  color: #ccc;
}

label.form-label {
  font-weight: 600;
}

.qr-preview {
  width: 25%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.download-btn {
  font-weight: 600;
}

/* Lighten muted text for better readability on dark background */
.text-muted {
  color: #eee !important;
}

/* Ensure button text is white for better visibility */
.btn {
  color: #fff !important;
}

.btn:hover {
  transform: scale(1.05);
  transition: transform 0.2s ease-in-out;
}

.plan-card {
  border: 1px solid #444;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  background-color: #2a2a2a;
}
