@font-face {
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  src: url(./stolzl/stolzl_regular.otf) format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 500;
  src: url(./stolzl/stolzl_medium.otf) format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 700; /* Changed to 700 to avoid duplicate weight */
  src: url(./stolzl/stolzl_bold.otf) format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Dazzle";
  font-style: normal;
  font-weight: 700;
  src: url(./dazzle/dazzle.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: star;
  src: url(./woocommerce/star.eot);
  src: url(./woocommerce/star.eot?#iefix) format("embedded-opentype"), url(./woocommerce/star.woff) format("woff"),
    url(./woocommerce/star.ttf) format("truetype"), url(./woocommerce/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: WooCommerce;
  src: url(./woocommerce/WooCommerce.eot);
  src: url(./woocommerce/WooCommerce.eot?#iefix) format("embedded-opentype"),
    url(./woocommerce/WooCommerce.woff) format("woff"), url(./woocommerce/WooCommerce.ttf) format("truetype"),
    url(./woocommerce/WooCommerce.svg#WooCommerce) format("svg");
  font-weight: 400;
  font-style: normal;
}
