/* ============================================================
   Delulu Solutions / Webfonts

   Two families do all the work:
     Space Grotesk : display + headings (geometric, a touch techy)
     Work Sans     : body, UI labels, captions

   The cursive "Delulu" wordmark is artwork (assets/logo.png),
   not a webfont, so there is no script face to load.

   To self-host, drop the binaries in assets/fonts and swap the
   @import below for @font-face rules.
   ============================================================ */

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