/* ===== Self-hosted webfonts (WOFF2) ===== */
@font-face {
  font-family: "Poppins";
  src: url("/fonts/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: "Montserrat";
  src: url("/fonts/montserrat-v30-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-synthesis-weight: none;
  font-synthesis-style: none;
}

@font-face {
  font-family: "Montserrat";
  src: url("/fonts/montserrat-v30-latin-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  font-synthesis-weight: none;
  font-synthesis-style: none;
}

