/* Tweak freely */
:root { --brand: #8b5cf6; }
.header .title, h1 { letter-spacing: .02em; }

/* Hide the old bitmap wordmark if present */
.wf-hide-logo { display: none !important; }

/* Our injected SVG wordmark */
#wf-logo {
  display: block;
  width: min(900px, 90%);
  margin: 24px auto 8px;
}
#wf-logo text {
  fill: #e9ecf1;
  letter-spacing: 1px;
}

/* Optional: tweak the hero subtitle spacing */
#studio h2, .intro h2, .hero h2 { margin-top: 8px; }
