/* Ligature reset — applied site-wide to prevent crossbar collapse on
   "tt"/"ti"/"ff"/"fi" sequences in Playfair Display, DM Sans, Inter,
   and Bootstrap-default fonts. Some font builds drop the crossbar on
   "Automate", "Integrate", "Settings", etc. when ligatures are active.
   This file is the single source of truth — link from every page. */
* {
  font-variant-ligatures: none !important;
  -webkit-font-feature-settings: "kern" 1, "liga" 0, "dlig" 0, "clig" 0 !important;
          font-feature-settings: "kern" 1, "liga" 0, "dlig" 0, "clig" 0 !important;
}
