/* חגיגת בשרים — self-hosted fonts (licensed, reused from the old site).
 *
 * FbGazoz   — Hebrew display (headings, brand wordmark). 4 weights.
 * FbParmesan — Hebrew body/secondary. 3 weights.
 * Tropical Summer Signature — English script accent (gold subtitles). 1 weight.
 *
 * All subset to Hebrew (U+0590–05FF) + Latin + punctuation + ₪, WOFF2.
 * font-display: swap → text paints immediately in the fallback, swaps when the
 * face loads. Critical weights (FbGazoz Regular + FbParmesan Regular) are
 * preloaded in <head> (inc/helpers.php → hb_preload_fonts) to kill FOUT.
 *
 * The Hebrew families intentionally lack most Latin letters (FontBit Hebrew
 * fonts) — Latin characters fall back per-glyph to the stack in tokens.css.
 */

/* ---- FbGazoz (display) ---- */
@font-face {
    font-family: 'FbGazoz';
    src: url('../fonts/FbGazoz-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FbGazoz';
    src: url('../fonts/FbGazoz-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FbGazoz';
    src: url('../fonts/FbGazoz-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FbGazoz';
    src: url('../fonts/FbGazoz-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ---- FbParmesan (body) ---- */
@font-face {
    font-family: 'FbParmesan';
    src: url('../fonts/FbParmesan-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FbParmesan';
    src: url('../fonts/FbParmesan-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FbParmesan';
    src: url('../fonts/FbParmesan-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ---- Tropical Summer Signature (EN script accent) ---- */
@font-face {
    font-family: 'Tropical Summer Signature';
    src: url('../fonts/Tropical-Summer-Signature.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
