/* AICoE Design System — vendored Fraunces display font
   WOFF2 files in assets/vendor/fonts/ (latin subset), self-hosted so the
   system works offline and behind the intranet firewall.
   Normal is the variable font (wght 100–900, opsz 9–144) — one file serves
   every weight. Italic is the static 500 instance. */

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../assets/vendor/fonts/fraunces-normal-var.woff2") format("woff2");
}
@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/vendor/fonts/fraunces-italic-500.woff2") format("woff2");
}
