/* order-forms.css — the three order-form pages (21 Sep 2026). Minimal: the
   Paperform forms take over the screen, and the music-building page uses the
   contact form's own styling (contact.css). */
.of-section { max-width: 760px; margin: 0 auto; text-align: center; }
.of-title {
  font-family: "Poiret One", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(28px, 5vw, 36px);
  color: #3e3e3e;
  margin: 8px 0 16px;
}
.of-intro { font-size: 18px; color: #6a6a6a; margin: 0 0 24px; }
