/** Shopify CDN: Minification failed

Line 21:22 Expected identifier but found whitespace
Line 21:23 Unexpected bad string token
Line 21:59 Unterminated string token
Line 23:24 Expected identifier but found whitespace
Line 23:25 Unexpected bad string token
Line 23:61 Unterminated string token
Line 25:22 Expected identifier but found whitespace
Line 25:23 Unexpected bad string token
Line 25:61 Unterminated string token
Line 32: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_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;
      }