/* Header logo forced to white */
.topbar .brand .logo { filter: brightness(0) invert(1) !important; }

/* ===== Consistent typography across all pages ===== */
:root{
  /* tweak these two to taste */
  --fta-brand-title-size: 1.75rem;   /* "Membership Portal" in the red top bar */
  --fta-page-title-size: 2.25rem;    /* <h1 class="page-title"> like "Members", "Companies" */
}

/* Top bar brand text */
.topbar .brand .title{
  font-size: var(--fta-brand-title-size);
  line-height: 1.2;
}

/* Page H1 titles */
h1.page-title{
  font-size: var(--fta-page-title-size);
  line-height: 1.2;
  margin: 24px 0 12px;
}
/* === Global header/type sizes (match Members page) === */

/* Top red bar brand text ("Membership Portal") */
.topbar .brand .title{
  font-size: 1.75rem;    /* ≈ 28px */
  line-height: 1.2;
}

/* Page H1 titles like "Members", "Companies", etc. */
h1.page-title{
  font-size: 2.25rem;    /* ≈ 36px */
  line-height: 1.2;
  margin: 24px 0 12px;
}
