@font-face {
    font-family: "FbSpoiler";
    src: url("../fonts/hebrew/FbSpoiler-Regular.woff2") format("woff2"),
         url("../fonts/hebrew/FbSpoiler-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "FbSpoiler";
    src: url("../fonts/hebrew/FbSpoiler-Bold.woff2") format("woff2"),
         url("../fonts/hebrew/FbSpoiler-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body.rtl,
[class*="elementor-kit-"],
[class*="elementor-kit-"] h1,
[class*="elementor-kit-"] h2,
[class*="elementor-kit-"] h3,
[class*="elementor-kit-"] h4,
[class*="elementor-kit-"] h5,
[class*="elementor-kit-"] h6 {
    --e-global-typography-primary-font-family: "FbSpoiler", var(--sub-font-family), sans-serif;
    --e-global-typography-accent-font-family: "FbSpoiler", var(--sub-font-family), sans-serif;
}

.site {
    overflow: hidden;
}

.bodoni-icon-arrow-small,
.hero-button-icon {
    transform: scale(-1, 1) !important;
}