/** Shopify CDN: Minification failed

Line 18:22 Expected identifier but found whitespace
Line 18:23 Unexpected bad string token
Line 18:59 Unterminated string token
Line 20:22 Expected identifier but found whitespace
Line 20:23 Unexpected bad string token
Line 20:61 Unterminated string token
Line 27:7 Expected "}" to go with "{"

**/
/**
 * Consolidated font declarations with font-display: swap
 * Improves FCP and LCP by preventing Flash of Invisible Text (FOIT)
 */

@font-face { font-display: swap; 
          font-family: '{{ settings.custom_body_font_name }
@font-face { font-display: swap; 
          font-family: '{{ settings.custom_header_font_name }
@font-face {
        font-family: 'Material Symbols Outlined';
        src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v141/kJF4BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzBwG-RpA6RzaxHMPdY40KH8nGzv3fzfVJU22ZZLsYEpzC_1qmr5Y0.woff2) format('woff2');
        font-style: normal;
        font-weight: 300;
        font-display: swap;
      }