/*
 * WindoorERP bundled typography — SINGLE SOURCE OF TRUTH.
 * See wd-tokens.css for why this is plain CSS rather than SCSS.
 * The weight ranges here are the declared ranges of the actual .woff2 files;
 * do not restate them elsewhere.
 */

@font-face {
  font-family: "Inter";
  src: url("/windoor_ui/static/src/fonts/inter-var.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("/windoor_ui/static/src/fonts/jbmono-var.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("/windoor_ui/static/src/fonts/plexarabic-400-arabic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("/windoor_ui/static/src/fonts/plexarabic-600-arabic.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("/windoor_ui/static/src/fonts/plexarabic-700-arabic.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
