/* Bluebird Infotech — Fonts
   ----------------------------------------------------------------
   SUBSTITUTION NOTE: The source brand uses proprietary "figmaSans"
   and "figmaMono". Those binaries are not available, so this system
   ships with the documented open-source substitutes:
     figmaSans  -> Inter (variable weight axis 300–700)
     figmaMono  -> JetBrains Mono
   Inter's variable axis closely matches the fine-grained weights
   (320/330/340/450/480/540) the system relies on. Swap these
   @font-face/imports if the production webfonts become available. */

@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,300..700&family=JetBrains+Mono:wght@400;500;600&display=swap");

:root {
  --font-sans: "Inter", "SF Pro Display", system-ui, -apple-system, "Helvetica Neue", helvetica, sans-serif;
  --font-mono: "JetBrains Mono", "SF Mono", ui-monospace, menlo, monospace;
}
