/* Google web fonts selectable from Admin > Themes > Site Settings (Typography).
   A plain external <link href="https://fonts.googleapis.com/..."> in the page head is
   stripped by the storefront template engine, so the fonts are pulled in here via
   @import and this stylesheet is loaded with <sys:css> (whose <link> is not stripped). */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@400;500;600;700&family=Roboto:wght@400;500;700&family=Open+Sans:wght@400;600;700&family=Lato:wght@400;700&family=Poppins:wght@400;500;600&family=Oswald:wght@400;500;700&family=Playfair+Display:wght@400;700&family=Ubuntu:wght@400;500;700&display=swap');
