/*
 * גופנים עבריים נוספים — לעורך הטקסט העשיר ולתוכן שמעוצב בו.
 *
 * ── למה קובץ ב-public ולא next/font ──────────────────────────────────
 * העורך (TinyMCE) מרנדר בתוך iframe, ו-‎next/font‎ מגדיר את ה-@font-face
 * ב-CSS של העמוד — שאינו מגיע לתוך ה-iframe. לכן אותו קובץ בדיוק מוגש
 * גם לעמוד (‎<link>‎ ב-layout) וגם ל-iframe (‎content_css‎), ומה שרואים
 * בעריכה הוא מה שיוצג באתר.
 *
 * ⚠️ הקבצים מוגשים מהשרת שלנו ולא מ-Google Fonts: המשרד על נטפרי,
 * ובקשה ל-fonts.gstatic.com לא הייתה מגיעה. הורדו דרך השרת (03/09/2026).
 *
 * ⚠️ עד כה העורך הציע "דויד" ו"מרים" בלי שהגופנים נטענו בכלל — הדפדפן
 * נפל לגופן ברירת מחדל, ומשה דיווח בצדק ש"פונט דוד זה לא פונט דוד".
 */

@font-face {
  font-family: "David Libre";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/david-libre-400.woff2") format("woff2");
}
@font-face {
  font-family: "David Libre";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/david-libre-700.woff2") format("woff2");
}

@font-face {
  font-family: "Miriam Libre";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/miriam-libre-400.woff2") format("woff2");
}
@font-face {
  font-family: "Miriam Libre";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/miriam-libre-700.woff2") format("woff2");
}

@font-face {
  font-family: "Frank Ruhl Libre";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/frank-ruhl-libre-400.woff2") format("woff2");
}
@font-face {
  font-family: "Frank Ruhl Libre";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/frank-ruhl-libre-700.woff2") format("woff2");
}

@font-face {
  font-family: "Assistant";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/assistant-400.woff2") format("woff2");
}
@font-face {
  font-family: "Assistant";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/assistant-700.woff2") format("woff2");
}
