/* ============================================================
   CryptoCalcy — Fonts
   Display/Heading : Space Grotesk  (geometric, precise fintech)
   Body / UI       : Figtree        (humanist, legible at small sizes)
   Numbers / Mono  : JetBrains Mono (tabular, "trustworthy number")
   ------------------------------------------------------------
   NOTE: These are Google Fonts stand-ins. CryptoCalcy has no
   proprietary typeface yet — swap these @import lines for hosted
   @font-face binaries once a custom stack exists.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Figtree:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap');
