/**
 * AI Content Bridge — self-hosted admin fonts.
 *
 * All fonts ship inside this plugin (fonts/ directory); no requests are made
 * to Google Fonts or any other third party. Every family is licensed under
 * the SIL Open Font License 1.1 — licence texts ship in fonts/OFL-*.txt.
 *
 * Families: DM Sans, DM Mono, Syne, Instrument Serif (admin UI),
 *           Fraunces (front-end styling — declared in the front-end stylesheet).
 */

@font-face {
  font-family: "DM Sans";
  src: url("fonts/dmsans-var.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("fonts/dmsans-italic-var.woff2") format("woff2");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "DM Mono";
  src: url("fonts/dmmono-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Mono";
  src: url("fonts/dmmono-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Syne";
  src: url("fonts/syne-var.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("fonts/instrumentserif-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("fonts/instrumentserif-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
