/*
 * Self-hosted web fonts for the AI Assurance Toolkit.
 *
 * Place your .woff2 files in this same folder (src/toolkit/static/toolkit/fonts/)
 * and make sure their names match the url() paths below.
 * 
 */

/* ------------------------------------------------------------------ */
/* Inter — static weights (normal)                                    */
/* ------------------------------------------------------------------ */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./inter-regular.da03732a27e1.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./inter-500.51205681a1ba.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./inter-v20-latin-600.2ede57db1a3a.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./inter-700.8ca0a5155296.woff2") format("woff2");
}

/* ------------------------------------------------------------------ */
/* Inter — static weights (italic)                                    */
/* ------------------------------------------------------------------ */
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("./inter-italic.abfa19127a95.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("./inter-500-italic.fa1a5bb7f812.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("./inter-600-italic.3f2dd8a51d91.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./inter-700-italic.a58822891829.woff2") format("woff2");
}

/* ------------------------------------------------------------------ */
/* JetBrains Mono — static weights (used on some toolkit pages)        */
/* Remove this block if you are not self-hosting JetBrains Mono.       */
/* ------------------------------------------------------------------ */
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./jetbrains-mono-regular.caf0dfde4e44.woff2") format("woff2");
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./jetbrains-mono-500.a21e038a03f7.woff2") format("woff2");
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./jetbrains-mono-600.075ec35bc15b.woff2") format("woff2");
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./jetbrains-mono-700.69002db50656.woff2") format("woff2");
}
