/** Shopify CDN: Minification failed

Line 12:13 Expected ")" to end URL token
Line 17:13 Expected ")" to end URL token
Line 22:13 Expected ")" to end URL token
Line 27:13 Expected ")" to end URL token

**/
/* assets/fonts-arabic.css */
@font-face{
  font-family:"IBM Plex Sans Arabic";
  src:url({{ "IBMPlexSansArabic-Regular.ttf" | asset_url }}) format("truetype");
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"IBM Plex Sans Arabic";
  src:url({{ "IBMPlexSansArabic-Medium.ttf" | asset_url }}) format("truetype");
  font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"IBM Plex Sans Arabic";
  src:url({{ "IBMPlexSansArabic-SemiBold.ttf" | asset_url }}) format("truetype");
  font-weight:600; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"IBM Plex Sans Arabic";
  src:url({{ "IBMPlexSansArabic-Bold.ttf" | asset_url }}) format("truetype");
  font-weight:700; font-style:normal; font-display:swap;
}
