/*
 * Lev Credit — self-hosted web fonts (ADR 0114; owner directive 10-07-2026).
 *
 * NUNITO is the UI typeface of every WEB surface — public site, wizard,
 * portal, and all of /office. The two committed VARIABLE woff2 files
 * (static/fonts/nunito/; SIL OFL 1.1 — OFL.txt alongside; full Bulgarian
 * Cyrillic; wght axis 200–1000 covering the owner's 400–900 weight set) are
 * the ONLY sources: zero external font fetches, ever — a consumer-lending
 * site must not call Google Fonts (or any CDN) at runtime (no-CDN doctrine +
 * GDPR). The page shells link this sheet and preload the roman face.
 *
 * OUT of this sheet's scope BY DESIGN: generated official documents keep
 * TINOS (ADR 0113 — the document pipeline never links this sheet) and /admin
 * keeps its utilitarian system stack (admin-theme.css never references
 * --lc-font-sans). The permanent gate is
 * apps/backoffice/tests/test_web_typography.py.
 */

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("../fonts/nunito/Nunito-VariableFont_wght.woff2") format("woff2");
}

@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 200 1000;
  font-display: swap;
  src: url("../fonts/nunito/Nunito-Italic-VariableFont_wght.woff2") format("woff2");
}
