/* ============================================================
   Genesis · Webfonts
   Display : General Sans   (Fontshare CDN)
   Body    : DM Sans        (Google Fonts CDN)
   Code    : JetBrains Mono (Google Fonts CDN)

   NOTE: fonts are loaded from their vendor CDNs rather than
   self-hosted binaries. If you need offline/self-hosted files,
   ask and we'll vendor the .woff2 files into /assets/fonts.
   ============================================================ */

/* General Sans — Fontshare */
@import url("https://api.fontshare.com/v2/css?f[]=general-sans@500,600,700&display=swap");

/* DM Sans + JetBrains Mono — Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap");
