/* fonts.css — Task 3 gate PASSED for Mona Sans v2.0.27 (SIL OFL 1.1; see
   assets/fonts/PROVENANCE.md + MonaSans-LICENSE.txt). Albert Sans FAILED the
   gate (no official webfont distribution) and is not bundled. */
@font-face {
  font-family: 'Mona Sans';
  src: url('/assets/fonts/MonaSansVF.woff2') format('woff2-variations');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-display: 'Mona Sans', system-ui, "Segoe UI", Arial, sans-serif;
  --font-text: 'Mona Sans', system-ui, "Segoe UI", Arial, sans-serif;
}
