/* The brand typefaces, self-hosted from site/brand/fonts/ (Latin subsets of
   Inter, Inter Display and JetBrains Mono, SIL OFL; vendored by
   scripts/sync-brand.sh). konventix-brand ships the files but deliberately
   no @font-face: every application declares its own. The family names match
   the brand's font tokens (--kx-font-family-ui / -display / -mono), so the
   token stylesheet finds them. swap: text renders in the fallback until the
   file arrives, nothing waits on a font. */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("brand/fonts/Inter-Regular.latin.woff2?v=v1.0.0") format("woff2");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("brand/fonts/Inter-SemiBold.latin.woff2?v=v1.0.0") format("woff2");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("brand/fonts/Inter-Bold.latin.woff2?v=v1.0.0") format("woff2");
}

@font-face {
  font-family: "Inter Display";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("brand/fonts/InterDisplay-SemiBold.latin.woff2?v=v1.0.0") format("woff2");
}

@font-face {
  font-family: "Inter Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("brand/fonts/InterDisplay-Bold.latin.woff2?v=v1.0.0") format("woff2");
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("brand/fonts/JetBrainsMono-Regular.latin.woff2?v=v1.0.0") format("woff2");
}
