/*
 * Copyright (c) 2026 Asymm Systems. All rights reserved.
 *
 * fonts.css: self-hosted webfonts, shipped with the theme (ADR-00001: no
 * Google Fonts CDN, no commercial font). Inter and JetBrains Mono are both
 * SIL Open Font License 1.1; the licence texts sit next to the files.
 */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("inter-variable.woff2") format("woff2");
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("jetbrains-mono-regular.woff2") format("woff2");
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("jetbrains-mono-bold.woff2") format("woff2");
}
