body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-weight: 400;
}

.smaller-image {
  width: 200px;
  height: 50px;
  object-fit: cover;
}

.join-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}

.join-subtitle {
  font-size: 0.875rem;
  margin: 0 0 6px 0;
}

.join-btn {
  margin: 4px 1px;
  min-width: 150px;
  font-weight: 400;
}

.footer-text {
  color: grey;
  margin: 12px 0 0 0;
  padding: 0 12px 18px;
  font-size: 0.8rem;
  font-weight: 400;
}

/* Editable text classes: tweak in one place as needed */
.editable-text {
  letter-spacing: 0;
}

.editable-heading {
  font-size: 1.6rem;
  font-weight: 500;
}

.editable-subtitle {
  font-size: 0.9rem;
  font-weight: 400 !important;
  color: #212529;
}

.editable-badge {
  font-size: 0.7em;
  font-weight: 700;
}

.editable-button-text {
  font-size: 1.2rem;
  font-weight: 400;
}

.editable-footer {
  font-size: .9rem;
  font-weight: 400;
}

