/* ===========================================================================
   Quill — Webfonts
   ---------------------------------------------------------------------------
   The brand is set in two Google-hosted families:
     • Fraunces  — a "wonky", high-contrast display serif. Quill leans on its
                   variable axes (opsz / SOFT / WONK) and its italic for the
                   terracotta accent words. This IS the voice of the brand.
     • Inter     — a neutral, legible grotesque for body copy, UI, and labels.

   These are loaded from the Google Fonts CDN. The actual @font-face rules are
   served by Google; we import their stylesheet here so every token card and
   component picks the families up through styles.css.

   ► If you need a fully offline / self-hosted build, drop the .woff2 binaries
     into assets/fonts/ and replace the @import below with local @font-face
     rules. The family names ('Fraunces', 'Inter') must stay identical.
   =========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght,SOFT,WONK@0,9..144,300..900,0..100,0..1;1,9..144,300..900,0..100,0..1&family=Inter:wght@400;500;600;700&display=swap');
