/* ==========================================================================
   Compresso — Webfonts
   --------------------------------------------------------------------------
   No font binaries were provided in the brief, so these are SUBSTITUTIONS
   chosen to match the brand's "clean, friendly, rounded, spacious" voice:
     • Plus Jakarta Sans — friendly geometric-humanist sans (display + UI/body)
     • JetBrains Mono    — precise mono for file sizes, KB/MB, stats, code
   They are loaded from the Google Fonts CDN (we cannot self-host without the
   source files). To ship fully offline / self-hosted, drop the .woff2 files in
   /fonts and replace the @import below with local @font-face rules.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500&family=JetBrains+Mono:wght@400;500;700&display=swap');
