/* Self-hosted fonts placeholder.
   To fully comply with GDPR, download the font files locally and update the URLs below.
   Run this once from the wedding-website folder:

     mkdir -p static/fonts && curl -sL "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..400&family=Josefin+Sans:wght@300..600&family=Great+Vibes&display=swap" -H "User-Agent: Mozilla/5.0" > static/fonts/fonts.css

   Then open static/fonts/fonts.css and download each .woff2 file referenced in it to static/fonts/, replacing the URL.

   For now we import from Google Fonts as a fallback so the site works immediately.
   ⚠️  When going live, please follow the steps above or use https://google-webfonts-helper.herokuapp.com/fonts
*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=Josefin+Sans:wght@300;400;500;600&family=Great+Vibes&display=swap');
