/*
 * Inter (variable font), self-hosted — app/static/vendor/inter/ —
 * consistent with every other third-party asset in this app (Bootstrap,
 * Chart.js, DataTables, jQuery are all vendored locally, never a CDN);
 * also required by the CSP's `font-src 'self'` (ARCHITECTURE.md §13).
 *
 * A single variable-weight file covers the whole 100–900 range used by
 * the typography scale in tokens.css, so this is the only @font-face
 * needed for the whole app (plus its italic companion).
 */

@font-face {
  font-family: "InterVariable";
  src: url("../vendor/inter/InterVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "InterVariable";
  src: url("../vendor/inter/InterVariable-Italic.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
