/** Shopify CDN: Minification failed

Line 23:13 Expected ")" to end URL token

**/
/* @font-face {
  font-family: "Garnett Bold";
  src: url("{{ 'Garnett-Bold.woff' | asset_url }}") format("woff");
} */

@font-face {
  font-family: "Garnett Semibold";
  src: url("{{ 'Garnett-Semibold.ttf' | asset_url }}") format("truetype");
}

@font-face {
  font-family: "Garnett Black";
  src: url("{{ 'Garnett-Black.ttf' | asset_url }}") format("truetype");
}

@font-face {
  font-family: "Garnett Bold";
  src: url({{"Garnett-Bold.ttf"|asset_url}}) format("truetype");
}

/* @font-face {
  font-family: "Garnett Bold";
  src: url("Garnett-Bold.woff") format("woff");
}
 */

.homepage-delivery-props .props-wrap .prop-block {
  text-align: -webkit-center !important;
}
