/* ══════════════════════════════════════════
   Aegeo Spas — "Book this Journey" modal
   The component (app-journey-booking.js) styles everything with INLINE styles
   and injects its own @keyframes, so the ONLY external dependency is the two
   Google fonts below. No Tailwind, no other CSS needed.

   Prefer loading the fonts via <link> in <head> (see spec); this @import is a
   fallback so the modal still renders correctly if the <link> is missing.
   ══════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Nunito+Sans:ital,opsz,wght@0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;1,6..12,300&display=swap');
