/* ============================================================
   AcceGuru - self-hosted fonts (no external requests)

   DM Sans and JetBrains Mono are bundled with the plugin instead of
   loaded from Google's servers, so the plugin makes no third-party
   request. Both are licensed under the SIL Open Font License 1.1,
   which is GPL-compatible. Each is a variable font, so a single file
   covers its whole weight range.
   ============================================================ */

@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('dm-sans-latin.woff2') format('woff2');
}

@font-face {
	font-family: 'JetBrains Mono';
	font-style: normal;
	font-weight: 400 500;
	font-display: swap;
	src: url('jetbrains-mono-latin.woff2') format('woff2');
}
