/* MYSTORiQ Webfonts
   ------------------------------------------------------------------
   FONT SYSTEM:
     • Grandstander  → the single brand typeface — display, headings, UI,
                       AND body. Rounded with real character, a warm
                       cousin to the chunky wordmark.

   Note: the wordmark itself is bespoke lettering (see assets/logos);
   Grandstander is the *typeset* face used everywhere around it.
   In-story page dialogue uses the author's own handwriting font, and
   SFX are hand-drawn per effect — neither is a webfont here.

   If a true bespoke UI face is ever produced, drop it in /assets/fonts
   and replace the @import below with @font-face rules. */

@import url('https://fonts.googleapis.com/css2?family=Grandstander:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,700&display=swap');
