/* ============================================================
   Apex Hub — Self-hosted fonts
   Instrument Sans (headings) + Geist (body) + Geist Mono (labels)
   ============================================================ */

/* ----- Instrument Sans : variable, used for headings (h1–h6) ----- */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/InstrumentSans-VF.woff2") format("woff2");
}

/* ----- Geist : body text ----- */
@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Geist-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Geist-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Geist-SemiBold.woff2") format("woff2");
}

/* ----- Geist Mono : variable, used for eyebrows / labels ----- */
@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("../fonts/GeistMono-VF.woff2") format("woff2");
}
