/* ============================================================
   ScaleIQ fonts — system-font stack for v1.
   Self-hosted Inter / JetBrains Mono can be added later by
   dropping woff2 files in this directory and uncommenting the
   @font-face blocks below.
   ============================================================ */

/*
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("./Inter-roman.var.woff2") format("woff2-variations");
}
@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 100 900;
	font-display: swap;
	src: url("./Inter-italic.var.woff2") format("woff2-variations");
}
@font-face {
	font-family: "JetBrains Mono";
	font-style: normal;
	font-weight: 100 800;
	font-display: swap;
	src: url("./JetBrainsMono.var.woff2") format("woff2-variations");
}
*/
