/* HCB Global Font — Poppins everywhere
     Loaded on every page so Poppins applies to the whole site,
     not just HCB templates. Uses high specificity to win over Astra. */

  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap');

  html, body,
  body *:not(i):not(.fa):not([class*="fa-"]):not([class^="icon-"]):not(svg):not(svg *) {
      font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  }

  /* Re-assert on common WordPress / Astra heading + form selectors. */
  h1, h2, h3, h4, h5, h6,
  .entry-title, .entry-content, .site-title, .site-description,
  .menu, .menu a, .ast-header-break-point .main-header-menu a,
  button, input, select, textarea, .button, .wp-block-button__link,
  .woocommerce, .woocommerce *,
  .elementor *, .e-con * {
      font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  }
  