/* Font lokal — pengganti Google Fonts (air-gap). Variable font mencakup semua weight 100-800. */
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url("./jetbrains-mono-latin-wght-normal.woff2") format("woff2-variations");
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: italic;
  font-weight: 100 800;
  font-display: swap;
  src: url("./jetbrains-mono-latin-wght-italic.woff2") format("woff2-variations");
}
@font-face {
  font-family: "Share Tech Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./share-tech-mono-latin-400-normal.woff2") format("woff2");
}
