/* =========================================================
   EcoBen — SELF-HOST fontów (Outfit + Instrument Serif).
   Pliki COMBINED z google-webfonts-helper: każdy .woff2 zawiera latin + latin-ext
   (polskie ą ć ę ł ń ó ś ź ż), więc bez unicode-range — jeden plik na wagę/styl.
   font-display: optional + preload (w ecoben-product-layout.php) → ZERO podmiany fontu
   w locie: przy zimnym cache przeglądarka zostaje przy fallbacku dla tego jednego
   widoku zamiast „mignąć" podmianą po ~100 ms (z preloadem font i tak zwykle zdąży).
   Aktywuje się automatycznie, gdy pliki są obecne (patrz enqueue we wtyczce).
   ========================================================= */

/* ---------- Outfit ---------- */
@font-face {
	font-family: 'Outfit'; font-style: normal; font-weight: 400; font-display: optional;
	src: url('outfit-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Outfit'; font-style: normal; font-weight: 500; font-display: optional;
	src: url('outfit-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Outfit'; font-style: normal; font-weight: 600; font-display: optional;
	src: url('outfit-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Outfit'; font-style: normal; font-weight: 700; font-display: optional;
	src: url('outfit-700.woff2') format('woff2');
}

/* ---------- Instrument Serif ---------- */
@font-face {
	font-family: 'Instrument Serif'; font-style: normal; font-weight: 400; font-display: optional;
	src: url('instrument-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Instrument Serif'; font-style: italic; font-weight: 400; font-display: optional;
	src: url('instrument-400i.woff2') format('woff2');
}
