/* GoMiniMe brand wordmark — clean SYSTEM FONT (no custom/licensed typeface). */
.gm-wm { font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,Roboto,Helvetica,Arial,sans-serif;
         font-weight:700; letter-spacing:-.01em; }
/* two-tone wordmark — accent the "Me" in the rail's brand color (per-page var; reads on light + dark) */
.gm-wm .me { color:var(--brand); }
