/* ==========================================================================
   Endl — Fonts
   --------------------------------------------------------------------------
   Endl uses two Google-hosted typefaces:
     • DM Sans         — the primary brand face. Body, UI, headings,
                          pitch-deck display. Weights 400/500/600/700.
     • Instrument Serif — editorial display serif, used ONLY inside blog
                          infographics for hero numerals + short headlines.
                          Never used in product UI or pitch decks.

   No font binaries were supplied with the brand assets, so both faces are
   loaded from Google Fonts. If self-hosted .woff2 files become available,
   replace the @import with local @font-face rules pointing at assets/fonts/.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700&family=Instrument+Serif:ital@0;1&display=swap');
