/* ===START==[PARTYLINE_BRAND_GUIDE_CSS_V1]=== */

/* Base brand word */
.brandword{
  font-style: italic;
  font-weight: 900;
  letter-spacing: .2px;
}

/* Gold variant (normal text / headings) */
.brandgold{
  color: var(--gold);
}

/* “Re” only (for Re-Balloon™) */
.reonly{
  font-style: italic;
  font-weight: 900;
  color: var(--gold);
}

/* Buttons have gold background → text must stay black */
.btn .brandword,
.btn .brandgold,
.btn .reonly{
  color: inherit !important;
}

/* Trademark helper */
.tm{
  opacity:.95;
  font-weight:800;
}

/* ===END==[PARTYLINE_BRAND_GUIDE_CSS_V1]=== */
