/* ZeroPlex webfonts — Kohinoor (rounded geometric humanist sans) */

@font-face {
  font-family: "Kohinoor";
  src: url("../assets/fonts/Kohinoor-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kohinoor";
  src: url("../assets/fonts/Kohinoor-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kohinoor";
  src: url("../assets/fonts/Kohinoor-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kohinoor";
  /* "Demi" — the brand's preferred semibold weight for headings & buttons */
  src: url("../assets/fonts/Kohinoor-Demi.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kohinoor";
  src: url("../assets/fonts/Kohinoor-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
