/** Shopify CDN: Minification failed

Line 23:15 Expected identifier but found whitespace
Line 23:16 Unexpected "'cabin'"
Line 39:14 Expected ")" to end URL token
Line 40:14 Expected ")" to end URL token

**/
/* @font-face {
  font-family: 'iconname';
  src:  url('iconname.eot?e2dwb5');
  src:  url('iconname.eot?e2dwb5#iefix') format('embedded-opentype'),
    url('iconname.ttf?e2dwb5') format('truetype'),
    url('iconname.woff?e2dwb5') format('woff'),
    url('iconname.svg?e2dwb5#iconname') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
 /* font-family: 'iconname' !important;*/
   font-family: 'cabin' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */


@font-face {
  font-family: 'iconname';
  src: url({{ 'iconname.woff2' | asset_url }}) format('woff2'),
       url({{ 'iconname.woff'  | asset_url }}) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'iconname' !important;  /* <- change to iconname */
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-intargram-2:before {
  content: "\e90a";
}
.icon-icon-arrow:before {
  content: "\e909";
}
.icon-icon-torch:before {
  content: "\e900";
}
.icon-icon-cart:before {
  content: "\e901";
}
.icon-icon-search:before {
  content: "\e902";
}
.icon-icon-transport:before {
  content: "\e903";
}
.icon-icon-currency:before {
  content: "\e904";
}
.icon-icon-intagram:before {
  content: "\e905";
}
.icon-icon-user:before {
  content: "\e906";
}
.icon-icon-hammer:before {
  content: "\e907";
}
.icon-icon-flower:before {
  content: "\e908";
}
