/* ============================================================
   THE STARPRINTS — FONTS
   Brand fonts are likely a custom/licensed celestial wordmark.
   These are the closest Google Fonts substitutes (FLAGGED to
   the user). Swap the @import with bundled .woff2 + @font-face
   if/when the licensed brand fonts are supplied.

   - Cinzel            → classical Roman caps (wordmark, headers, footer)
   - Cormorant Garamond → high-contrast elegant serif (questions, quotes)
   - Montserrat        → geometric humanist sans (body, UI, buttons)

   The actual @import now lives at the TOP of styles.css (the
   single entry point consumers link) so the fonts download on
   the first hop. It is repeated here so this file still loads
   the fonts if imported on its own — the browser de-dupes the
   identical request, so there is no double download.

   For HTML pages where load speed matters, ALSO add this to
   <head> for an even faster, fallback-proof load:
     <link rel="preconnect" href="https://fonts.googleapis.com">
     <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&family=Cinzel+Decorative:wght@400;700;900&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');
