/* NuFlow self-hosted webfonts — variable, latin subset (no third-party request).
   Outfit = display (h1-h4, card titles); Figtree = body/UI; JetBrains Mono = data/metrics.
   url() is relative to this file (assets/) and unversioned so it matches the wp_head
   <link rel=preload> URLs exactly — avoiding a duplicate fetch. */
@font-face {
  font-family: "Outfit";
  src: url("outfit-var-latin.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("figtree-var-latin.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("jetbrainsmono-var-latin.woff2") format("woff2");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
