/* Heebo, self-hosted.
 *
 * Replaces the third-party enqueue of
 * https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;600&display=swap
 * so that no visitor IP address is disclosed to Google on page load.
 *
 * Source file: https://fonts.gstatic.com/s/heebo/v28/NGS6v5_NC0k9P9H2TbE.woff2
 * Retrieved 2026-09-14, 30,116 bytes, sha256
 * 50dae2e12dae22c920388023e35aaebcd1e1d27bbe915c83d64210377e083e60
 *
 * This is the latin subset only (219 codepoints, no hebrew, no latin-ext) and
 * it is a variable font: one file carries the whole wght axis from 100 to 900,
 * which is why there is a single @font-face here rather than one per weight.
 * These are the exact bytes Google was already serving to visitors, so
 * rendering is unchanged. Keep font-display: swap.
 */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/heebo-v28-latin-wght.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
