/**
 * WooCommerce icon fonts (cart icon, star ratings).
 * Replaces the inline @font-face declarations injected by Storefront's
 * woocommerce.css to keep the page output free of inline <style> blocks.
 *
 * Path resolution: this file lives at
 *   /wp-content/plugins/seven-wc-core/src/Asset/wc-fonts.css
 * URLs are relative — three "../" walk up to /wp-content/plugins/.
 */

@font-face {
	font-family: star;
	src: url("../../../woocommerce/assets/fonts/star.woff") format("woff"),
	     url("../../../woocommerce/assets/fonts/star.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: WooCommerce;
	src: url("../../../woocommerce/assets/fonts/WooCommerce.woff2") format("woff2"),
	     url("../../../woocommerce/assets/fonts/WooCommerce.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
