/* fonts.css — Self-hosted Poppins (headings) + Roboto (body)
   Only the weights actually used on the site. */

/* ── Poppins ─────────────────────────────────────────────── */
@font-face {
  font-family: "Poppins";
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/woff2-024.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style:  normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/woff2-025.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style:  normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/woff2-026.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style:  normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/woff2-027.woff2") format("woff2");
}

/* ── Roboto ──────────────────────────────────────────────── */
@font-face {
  font-family: "Roboto";
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/roboto-400.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style:  normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/roboto-500.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style:  normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/roboto-700.woff2") format("woff2");
}
