/* ===== גופנים =====
   הקובץ יושב ב־public בכוונה: כך הנתיבים קבועים, webpack לא מגבב אותם,
   ואפשר להקדים את הגופנים ב־preload מתוך index.html.
   ה־WOFF2 נוצרים מה־TTF ע"י `npm run fonts`. */

@font-face {
  font-family: 'Discovery';
  src: url('/fonts/discovery-black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Discovery';
  src: url('/fonts/discovery-thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* גיבוי עברי בזמן שהגופן הראשי נטען */
@font-face {
  font-family: 'Heebo';
  src: url('/fonts/heebo.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* לטינית אלגנטית - לציטוט */
@font-face {
  font-family: 'Baskervville';
  src: url('/fonts/baskervville.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Baskervville';
  src: url('/fonts/baskervville-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
