/* text-effects.css — Highlight initial letters like LORD */
.gold { color: #d4af37; font-weight: 700; }


/* Unified footer typography and spacing */
footer, footer * {
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #e9ecf1 !important;
  font-weight: 400 !important;
}
footer {
  padding: 40px 0 !important;
  margin-top: 40px !important;
}

/* Footer link color fix */
footer a {
  color: #d4af37 !important;
}
footer a:hover {
  color: #f7d774 !important;
}
