/** Shopify CDN: Minification failed

Line 23:22 Expected identifier but found whitespace
Line 23:23 Unexpected bad string token
Line 23:59 Unterminated string token
Line 25:24 Expected identifier but found whitespace
Line 25:25 Unexpected bad string token
Line 25:61 Unterminated string token
Line 27:22 Expected identifier but found whitespace
Line 27:23 Unexpected bad string token
Line 27:61 Unterminated string token
Line 35:165 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-family:'Material Symbols Outlined';src:url(https://myfarona.com/workspace/.css) format('woff2');font-style:normal;font-weight:300;font-display:block}
@font-face{font-family:'Material Symbols Outlined';src:url(https://myfarona.com/workspace/.css) format('woff2');font-style:normal;font-weight:300;font-display:block}
@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;
      }
@font-face{font-family:'Material Symbols Outlined';src:url(https://myfarona.com/workspace/.css) format('woff2');font-style:normal;font-weight:300;font-display:block}