/* ===== Self-hosted webfonts (WOFF2) ===== */
@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins/poppins-v23-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  /* Optional CLS helpers (safe defaults) */
  font-synthesis-weight: none;
  font-synthesis-style: none;
}

@font-face {
  font-family: "Merriweather";
  src: url("/fonts/merriweather/merriweather-v33-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-synthesis-weight: none;
  font-synthesis-style: none;
}

@font-face {
  font-family: "Merriweather";
  src: url("/fonts/merriweather/merriweather-v33-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-synthesis-weight: none;
  font-synthesis-style: none;
}

@font-face {
  font-family: "Merriweather";
  src: url("/fonts/merriweather/merriweather-v33-latin-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  font-synthesis-weight: none;
  font-synthesis-style: none;
}

/* Families used by your site */
.font-ui      { font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Inter, Helvetica, Arial, sans-serif; }
.font-heading { font-family: "Merriweather", Georgia, serif; }
