/* Open Sans 3.003 includes Hebrew and real 500/600 weights. The CSS family alias
   preserves the site's existing name; provenance and license accompany the fonts.
   Keep this stylesheet after theme/vendor CSS. Change families only: never reset
   weight, style, size, line-height, decoration, or icon pseudo-elements here. */
@font-face {
    font-family: "Open Sans Hebrew";
    src: url("../fonts/open-sans-hebrew/open-sans-hebrew-normal-89329643fcd7.woff2") format("woff2");
    font-weight: 300 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans Hebrew";
    src: url("../fonts/open-sans-hebrew/open-sans-hebrew-italic-2833500b0402.woff2") format("woff2");
    font-weight: 300 800;
    font-style: italic;
    font-display: swap;
}

:root {
    --suplime-font-family: "Open Sans Hebrew", Arial, sans-serif;
}

/* These widgets set their own text family instead of inheriting the body. */
.tooltip,
.popover,
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button,
.select2-container,
.swal2-popup {
    font-family: var(--suplime-font-family);
}
