/* ============================================================
   Fonts — akkaz.dev
   DM Sans (body) + Geist Mono (heading/mono)
   Loaded from Google Fonts CDN.

   NOTE: The akkaz.dev app loads these via next/font
   (DM_Sans from next/font/google, GeistMono from the `geist` package).
   Here we use Google Fonts directly so HTML prototypes work offline-style.
   ============================================================ */

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