/** Shopify CDN: Minification failed

Line 12:14 Expected ")" to end URL token
Line 21:14 Expected ")" to end URL token
Line 30:14 Expected ")" to end URL token
Line 39:14 Expected ")" to end URL token

**/
/* Sofia Pro – Regular */
@font-face {
  font-family: "Sofia Pro";
  src: url({{ 'SofiaPro-Regular.woff'  | asset_url }}) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Sofia Pro – Italic (if you have it) */
@font-face {
  font-family: "Sofia Pro";
  src: url({{ 'SofiaPro-Italic.woff'  | asset_url }}) format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Sofia Pro – Medium (example) */
@font-face {
  font-family: "Sofia Pro";
  src: url({{ 'SofiaPro-Medium.woff'  | asset_url }}) format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Sofia Pro – Bold (example) */
@font-face {
  font-family: "Sofia Pro";
  src: url({{ 'SofiaPro-Bold.woff'  | asset_url }}) format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
