/* ============================================================
   Y2Lead Website 2.0 — Self-hosted typography (OPS-001 / OS-1)
   Inter latin, weights 400 · 500 · 600 (the closed weight set,
   WP-001C §3). font-display: swap retained from certification.
   Source: @fontsource/inter (Inter, SIL Open Font License).
   No external production font dependency remains.
   ============================================================ */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter-latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/inter-latin-500-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/inter-latin-600-normal.woff2") format("woff2");
}
