 /* ===== MEMBERSHIP ACCOUNT PAGE CUSTOMIZATIONS ===== */

  /* Hide main page title "Membership Account" */
  body.pmpro_account .entry-title,
  body.pmpro_account h1.entry-title,
  body.pmpro_account .page-title,
  body[class*="membership-account"] .entry-title,
  body[class*="membership-account"] h1.entry-title,
  body[class*="membership-account"] .page-title,
  .pmpro_account .entry-header .entry-title,
  .pmpro_account .page-header .page-title {
      display: none !important;
  }

  /* Update all titles to Helvetica World font */
  body.pmpro_account h1,
  body.pmpro_account h2,
  body.pmpro_account h3,
  body.pmpro_account h4,
  body[class*="membership-account"] h1,
  body[class*="membership-account"] h2,
  body[class*="membership-account"] h3,
  body[class*="membership-account"] h4,
  .pmpro_account h1,
  .pmpro_account h2,
  .pmpro_account h3,
  .pmpro_account h4,
  .pmpro_account-membership h2,
  .pmpro_account-profile h2,
  .pmpro_account-invoices h2,
  .pmpro_account-links h2 {
      font-family: 'Helvetica World', 'Helvetica', Arial,
  sans-serif !important;
  }

  /* Profile form titles */
  body.pmpro-profile h1,
  body.pmpro-profile h2,
  body.pmpro-profile h3,
  body.profile-page-view h2,
  body.change-password-view h2,
  .pmpro_profile_form h2,
  .pmpro_checkout h2 {
      font-family: 'Helvetica World', 'Helvetica', Arial,
  sans-serif !important;
  }

  /* Invoice page titles */
  body.invoice-page h1,
  body.invoice-page h2,
  .pmpro_invoice h1,
  .pmpro_invoice h2 {
      font-family: 'Helvetica World', 'Helvetica', Arial,
  sans-serif !important;
  }

  /* Form labels and buttons */
  body.pmpro-profile .pmpro_profile_form label,
  body.pmpro-profile .pmpro_profile_form .pmpro_btn-submit,
  .pmpro_form label,
  .pmpro_checkout label {
      font-family: 'Helvetica World', 'Helvetica', Arial,
  sans-serif !important;
  }

  /* Account navigation links */
  .pmpro_account-links a,
  .pmpro_nav a {
      font-family: 'Helvetica World', 'Helvetica', Arial,
  sans-serif !important;
  }
