/* fonts.css — webfont declarations.
   The DSC system uses three Google Fonts: Newsreader (serif), Geist (sans),
   Geist Mono (mono). They are loaded from Google's CDN. Consumers may also add
   the same <link> in their document <head> for fastest first paint. */
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&family=Geist+Mono:wght@400;500;600&family=Newsreader:opsz,wght@6..72,400;6..72,500;6..72,600;6..72,700&display=swap");
