/* Wordmark LouvorDeck — tipografia da marca */
.wordmark {
  font-weight: 800;
  letter-spacing: -0.04em;
  white-space: nowrap;
  color: #14532d;
}
.wordmark > span {
  color: #059669;
}

/* Em títulos / hero */
.wordmark.is-lg {
  font-size: 1.15em;
}
.wordmark.is-hero {
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  display: inline-block;
  line-height: 1;
}

/* Fundos escuros (ex.: página de convite) */
.wordmark.on-dark {
  color: #ecfdf5;
}
.wordmark.on-dark > span {
  color: #34d399;
}
