/** Shopify CDN: Minification failed

Line 17:16 Expected identifier but found whitespace
Line 17:17 Unexpected bad string token
Line 17:34 Unterminated string token
Line 19:37 Expected "}" to go with "{"
Line 19:37 Unterminated string token

**/
/**
 * Consolidated font declarations with font-display: swap
 * Improves FCP and LCP by preventing Flash of Invisible Text (FOIT)
 */
@import url('https://fonts.googleapis.com/css2?family={{ font_family | replace: &display=swap');
@import url('https://fonts.googleapis.com/css2?family={{ secondary_font | replace: &display=swap');
@font-face { font-display: swap; 
    font-family: '{{ font_family }
@font-face { font-display: swap; 
    font-family: '{{ secondary_font }