/* One combined Google Fonts request instead of two chained @imports — each @import is a serialized
   round trip (this file → Google's CSS → the woff2), so folding both families into a single css2 URL
   removes a whole hop. `display=swap` keeps text visible in the fallback face until the web font arrives.
   Pair this with the <link rel="preconnect"> to fonts.gstatic.com in the layout head so the font
   connection is already warm by the time this rule is parsed. */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Source+Sans+Pro:wght@400;600;700&display=swap');
