/* -----------------------------------------------------------------------------
   FONTS
   The Demand AI Visual Identity Guidelines (p.19) approve Arial / Helvetica /
   Inter / Roboto / Google Sans / Open Sans. demandai.net leads with Inter, and
   loads it from Google Fonts exactly like this — weights 400/500/600/700/800.
   No font binaries ship with the brand book, so this is the same hosted source
   the site uses rather than a local @font-face closure.
   -------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
