/* ===== Self-hosted webfonts (WOFF2) ===== */
/* NOTE: Inter is used as body font per design system.
   This repo currently ships Montserrat + Poppins WOFF2 files; Inter will fall back to system if not available. */

@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;
}

/* Families used by your site */
.font-ui      { font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
.font-heading { font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Inter, Helvetica, Arial, sans-serif; }
