/*
 * Space Grotesk, Manrope and DM Mono — the three families the Kairo design
 * system is set in (DESIGN.md, September 2026): headlines, prose, and the
 * metadata voice for dates, identifiers and measurement.
 *
 * Self-hosted rather than pulled from Google Fonts so the dashboard renders the
 * same typography with no third-party request on first paint. The files are
 * the design system's own bundled builds, copied unmodified, and Latin-only:
 * the system leaves Hebrew to the platform fallback until a licensed Hebrew
 * family is chosen, and nothing in this app is set in Hebrew yet.
 *
 * Manrope and Space Grotesk are variable across the weights below; DM Mono
 * ships as two static cuts. All three are licensed under the SIL Open Font
 * License 1.1.
 */

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/manrope-latin-822bc47d.woff2") format("woff2");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("/assets/space-grotesk-latin-dfda626c.woff2") format("woff2");
}

@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/dm-mono-regular-latin-bf792450.woff2") format("woff2");
}

@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/dm-mono-medium-latin-e06c27ef.woff2") format("woff2");
}
