/* ============================================================
   WCGB · Fonts
   Webfont declarations for the Wine Country Gift Baskets system.

   NOTE ON SUBSTITUTIONS (flag to brand team):
   - "Good Vibrations Script" is a LICENSED font available only from
     the WCGB brand asset library. Until the licensed file is dropped
     in, this system uses Google Fonts "Great Vibes" as the approved
     mockup proxy (per the Figma starter note).
   - All other families map 1:1 to their Google Fonts equivalents:
     Dosis, Open Sans, IBM Plex Sans, IBM Plex Mono, Playfair Display.

   To self-host: replace the @import below with local @font-face rules
   pointing at /assets/fonts/*.woff2 and the compiler will ship them.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,700;1,900&family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;1,400&family=IBM+Plex+Mono:wght@400;500;600&family=Dosis:wght@400;500;600;700&family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&family=Great+Vibes&display=swap');
