/* הנתיבים שונו ל-`/fonts/...` (מוחלט) מהערכה המקורית שנשלחה עם
   `fonts/...` (יחסי). הקובץ מוגש מהשורש, ולכן נתיב יחסי עבד במקרה —
   אבל היה נשבר בכל הגשה מנתיב אחר. הקבצים הועברו ל-public/fonts/.

   Ploni'style - 8 weights, Hebrew + Latin, nikud and kerning included.
   Kerning (kern) and mark positioning (mark) are on by default in
   every current browser; no font-feature-settings needed. */
@font-face {
  font-family: "Ploni'style";
  src: url("/fonts/Plonistyle-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ploni'style";
  src: url("/fonts/Plonistyle-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ploni'style";
  src: url("/fonts/Plonistyle-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ploni'style";
  src: url("/fonts/Plonistyle-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ploni'style";
  src: url("/fonts/Plonistyle-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ploni'style";
  src: url("/fonts/Plonistyle-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ploni'style";
  src: url("/fonts/Plonistyle-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ploni'style";
  src: url("/fonts/Plonistyle-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.ploni {
  font-family: "Ploni'style", system-ui, sans-serif;
}
