Welcome to WordPress. This is your first post. Edit or delete it, then start writing! /* Palette: soft gold (#D4AF37), mauve/pink accent (#C67CA6), neutral greys */ :root{ –gold:#d4af37; –accent:#c67ca6; –bg:#fffafc; –muted:#666; –card:#ffffff; –maxw:980px; } .pm-wrapper{ font-family: system-ui, -apple-system, “Segoe UI”, Roboto, “Helvetica Neue”, Arial; background: linear-gradient(180deg, var(–bg) 0%, #ffffff 100%); color:#222; padding:36px 18px; display:flex; justify-content:center;