/** Shopify CDN: Minification failed

Line 9:67 Unterminated string token
Line 18:1 Expected ")" to go with "("

**/
@font-face {
  font-family: 'Outfit Bold';
  src: url('{{ "Outfit-Bold.woff2" | asset_url }}) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Example: Apply the font to headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit Bold', sans-serif;
}