/* Webfont loader — Fuel AI brand fonts.

   Uploaded: SF Pro Display Medium (500) + Bold (700). 800/Heavy usages on
   hero numerics still synthesize from Bold — close enough for most sizes,
   but a real Heavy/Black cut would be ideal for the 56px numerals.

   Also: the in-app face is SF Pro Rounded (softer terminals). Display is
   the closest uploaded match; swap in Rounded weights when available.
*/

@font-face {
  font-family: "SF Pro Display";
  src: url("./SFPRODISPLAYMEDIUM.OTF") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("./SFPRODISPLAYBOLD.OTF") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* JetBrains Mono still loaded from Google Fonts for the mono slot. */
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap');
